C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / Enabled Property


In This Topic
Enabled Property (GridCellsPanel)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Enabled As Boolean
 
'Usage
 
Dim instance As GridCellsPanel
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also