WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridColumn Class
/ DataType Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DataType Property (GridColumn)
In This Topic
Gets the type of the data bound to this column.
Syntax
C#
public
Type
DataType {
get
;}
Remarks
if no data is set in the grid this property will return typeof(object).
See Also
Reference
GridColumn Class
GridColumn Members