ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupRow Class / GroupRowsVisibility Property

In This Topic
    GroupRowsVisibility Property (DataGridGroupRow)
    In This Topic
    Gets or sets the visibility of the rows related to the group.
    Syntax
    'Declaration
     
    
    Public Property GroupRowsVisibility As Visibility
    public Visibility GroupRowsVisibility {get; set;}

    Property Value

    The visibility of the rows related to the group.
    See Also