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


In This Topic
CellType Property (GridPanel)
In This Topic
Gets the type of the cell of this panel.
Syntax
'Declaration
 
Public ReadOnly Property CellType As GridCellType
 
'Usage
 
Dim instance As GridPanel
Dim value As GridCellType
 
value = instance.CellType
See Also