Class GroupColumnDescriptionCollection
A collection of GroupColumnDescription objects that used to maintain the grouping information in a SfDataGrid.
Inheritance
System.Object
GroupColumnDescriptionCollection
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class GroupColumnDescriptionCollection : ObservableCollection<GroupColumnDescription>
Constructors
GroupColumnDescriptionCollection()
Initializes a new instance of the GroupColumnDescriptionCollection class.
Declaration
public GroupColumnDescriptionCollection()
Properties
Item[String]
Returns the GroupColumnDescription with the given column name from the GroupColumnDescriptions collection.
Declaration
public GroupColumnDescription this[string columnName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | The column name whose GroupColumnDescription to be retrieved. |
Property Value
Type | Description |
---|---|
GroupColumnDescription | The GroupColumnDescription with the given column name from the GroupColumnDescriptions collection. |