Class PivotViewDrilledMember
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewDrilledMember
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewDrilledMember : EJTagHelper
Constructors
PivotViewDrilledMember()
Declaration
public PivotViewDrilledMember()
Properties
Delimiter
It allows to set the delimiter, which is used a separator to split the given members.
Declaration
public string Delimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Items
It allows to set the members to be either expanded or collapsed in the pivot table.
Declaration
public string[] Items { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
Name
It allows to set the field name whose members to be either expanded or collapsed in the pivot table.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |