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


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