ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / ShowGroupingPanel Property

In This Topic
    ShowGroupingPanel Property (C1DataGrid)
    In This Topic
    Gets or sets a value indicating whether the panel above the cells area used to group by a column is displayed.
    Syntax
    'Declaration
     
    
    Public Property ShowGroupingPanel As Boolean
    public bool ShowGroupingPanel {get; set;}
    Remarks
    If you want to show the grouping panel but you want to prevent the user from changing the groups you should set the property CanUserGroup to false.
    See Also