Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / ColumnInfo Class / DataType Property


In This Topic
    DataType Property (ColumnInfo)
    In This Topic
    Gets or sets the data type of the items in the column. The specified datatype will be ignored if the WinComboBox is bound to a datasource.
    Syntax
    'Declaration
     
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property DataType As Type
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As Type
     
    value = instance.DataType
    [ReadOnly(true)]
    public Type DataType {get;}

    Property Value

    A System.Type representing the data type of the items in the column.
    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