C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / Columns Property


In This Topic
Columns Property (FlexGrid)
In This Topic
Gets the collection of columns of the grid.
Syntax
'Declaration
 
Public ReadOnly Property Columns As GridColumnCollection
 
'Usage
 
Dim instance As FlexGrid
Dim value As GridColumnCollection
 
value = instance.Columns
See Also