Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridTextControlColumnStyleBase Class
Members


In This Topic
    NDataGridTextControlColumnStyleBase Class
    In This Topic
    Base control for column styles, which need a control for visual editing of values which can be represented as simple text
    Object Model
    NDataGridTextControlColumnStyleBase Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Header")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NDataGridTextControlColumnStyleBase 
       Inherits System.Windows.Forms.DataGridTextBoxColumn
    'Usage
     
    
    Dim instance As NDataGridTextControlColumnStyleBase
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Header")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NDataGridTextControlColumnStyleBase : System.Windows.Forms.DataGridTextBoxColumn 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.DataGridColumnStyle
                System.Windows.Forms.DataGridTextBoxColumn
                   Nevron.UI.WinForm.Controls.NDataGridTextControlColumnStyleBase
                      Nevron.UI.WinForm.Controls.NDataGridComboBoxColumnStyle
                      Nevron.UI.WinForm.Controls.NDataGridDateTimeColumnStyle

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also