ComponentOne Xamarin.iOS
Columns Property (FlexGrid)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : Columns Property
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
public GridColumnCollection Columns {get;}
See Also

Reference

FlexGrid Class
FlexGrid Members