ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / GroupState Property

In This Topic
    GroupState Property (DataGridComboBoxColumn)
    In This Topic
    Gets the grouping state of this column.
    Syntax
    'Declaration
     
    
    Public Property GroupState As DataGridGroupState
    public DataGridGroupState GroupState {get; set;}
    Remarks
    Use C1DataGrid.GroupBy to change the group criteria.
    See Also