Xceed Grid for WinForms v4.3 Documentation
DataType Property (Column)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Column Class : DataType Property
Gets the data type of the column.
Syntax
'Declaration
 
<DescriptionAttribute("The data type of the column.")>
<CategoryAttribute("Data")>
Public ReadOnly Property DataType As Type
'Usage
 
Dim instance As Column
Dim value As Type
 
value = instance.DataType
[Description("The data type of the column.")]
[Category("Data")]
public Type DataType {get;}

Property Value

A reference to a System.Type class representing the exact runtime type of the column's data.
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

Reference

Column Class
Column Members