C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridPanel Class / Grid Property


In This Topic
Grid Property (GridPanel)
In This Topic
Gets the grid.
Syntax
'Declaration
 
Public ReadOnly Property Grid As FlexGrid
 
'Usage
 
Dim instance As GridPanel
Dim value As FlexGrid
 
value = instance.Grid
See Also