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


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