C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / ExpandDown Property


In This Topic
ExpandDown Property
In This Topic
Gets or sets a value indicating whether the group is expanded downwards.
Syntax
'Declaration
 
Public Property ExpandDown As Boolean
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Boolean
 
instance.ExpandDown = value
 
value = instance.ExpandDown
See Also