C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / DetailProviderRowHeaderCell Class / IsExpanded Property


In This Topic
IsExpanded Property
In This Topic
Gets or sets whether the details are expanded.
Syntax
'Declaration
 
Public Property IsExpanded As Boolean
 
'Usage
 
Dim instance As DetailProviderRowHeaderCell
Dim value As Boolean
 
instance.IsExpanded = value
 
value = instance.IsExpanded
See Also