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

In This Topic
    GroupedColumns Property (C1DataGrid)
    In This Topic
    Gets the collection of columns whose DataGridColumn.GroupState is different from null. This group of columns determine the grouping state of the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupedColumns As DataGridColumn()
    public DataGridColumn[] GroupedColumns {get;}
    Remarks
    The order of the columns in the array is the order the groups are created.
    See Also