ComponentOne Xamarin.iOS
IsCollapsed Property (GridGroupRowCell)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridGroupRowCell Class : IsCollapsed Property
Gets or sets whether the group is collapsed.
Syntax
'Declaration
 
Public Property IsCollapsed As Boolean
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Boolean
 
instance.IsCollapsed = value
 
value = instance.IsCollapsed
public bool IsCollapsed {get; set;}
See Also

Reference

GridGroupRowCell Class
GridGroupRowCell Members