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


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