Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / IsCollapsed Property


In This Topic
    IsCollapsed Property (GridGroupRowCell)
    In This Topic
    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