Class GroupColumnDescriptions
A collection of GroupColumnDescription objects that used to maintain the grouping information in a SfDataGrid control.
Inheritance
System.Object
    GroupColumnDescriptions
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GroupColumnDescriptions : ObservableCollection<GroupColumnDescription>
  Constructors
GroupColumnDescriptions()
Initializes a new instance of the GroupColumnDescriptions class.
Declaration
public GroupColumnDescriptions()
  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.  |