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


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