ComponentOne Xamarin.iOS
DataType Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : DataType Property
Gets the type of the data bound to this column.
Syntax
'Declaration
 
Public ReadOnly Property DataType As Type
'Usage
 
Dim instance As GridColumn
Dim value As Type
 
value = instance.DataType
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