Class GroupedColumnBuilder<T>
Inheritance
System.Object
GroupedColumnBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class GroupedColumnBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
GroupedColumnBuilder(GroupSettings)
It sets an object that indicates whether to customize the grouping behavior of the grid.
Declaration
public GroupedColumnBuilder(GroupSettings groupOption)
Parameters
Type | Name | Description |
---|---|---|
GroupSettings | groupOption | It displays the list of GroupSettings option |
Fields
Column
Declaration
public string Column
Field Value
Type | Description |
---|---|
System.String |
GroupOption
Declaration
public GroupSettings GroupOption
Field Value
Type | Description |
---|---|
GroupSettings |
Methods
Add(String)
Add the list of groupedcolumns into GroupSettings option.
Declaration
public void Add(string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | It accepts the string value and displays the list of grouped columns |