ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Data Namespace / ICollectionViewGroupExtension Interface / C1GroupDescriptions Property

In This Topic
    C1GroupDescriptions Property
    In This Topic
    Gets or sets the group descriptions. When setting the property the group descriptions should be applied to the underlying data.
    Syntax
    'Declaration
     
    
    Property C1GroupDescriptions As DataGridColumnValue(Of DataGridSortDirection)()
    DataGridColumnValue<DataGridSortDirection>[] C1GroupDescriptions {get; set;}
    See Also