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


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