Class GroupColumnDescriptions
Represents a collection of group column description that raises notification for both collection and item changes.
Inheritance
System.Object
GroupColumnDescriptions
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GroupColumnDescriptions : ObservableCollection<GroupColumnDescription>
Remarks
You can add multiple GroupColumnDescription instance to perform grouping.
Constructors
GroupColumnDescriptions()
Initializes a new instance of GroupColumnDescriptions class.
Declaration
public GroupColumnDescriptions()
Properties
Item[String]
Gets the column from the GroupColumnDescriptions collection at the specified column name.
Declaration
public GroupColumnDescription this[string columnName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | The columnName to the retrieve the corresponding column. |
Property Value
Type | Description |
---|---|
GroupColumnDescription | Returns the corresponding column from the GroupColumnDescriptions collection. |