Class PivotFieldListCustomGroup
Inheritance
System.Object
PivotFieldListCustomGroup
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotFieldListCustomGroup : EJTagHelper
Constructors
PivotFieldListCustomGroup()
Declaration
public PivotFieldListCustomGroup()
Properties
GroupName
Allows user to set the group name (or title) for selected headers for custom grouping.
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Items
It allows to set the headers which needs to be grouped from display.
Declaration
public string[] Items { get; set; }
Property Value
Type |
Description |
System.String[] |
|