C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowHeaderColumn Class / DataType Property

In This Topic
DataType Property (GridRowHeaderColumn)
In This Topic
Gets the type of the data bound to this column.
Syntax
'Declaration
 
Public ReadOnly Property DataType As Type
 
Remarks
if no data is set in the grid this property will return typeof(object).
See Also