ComponentOne Xamarin.iOS
CellType Property (GridPanel)


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

Reference

GridPanel Class
GridPanel Members