Class PivotFieldListDrilledMember
Inheritance
System.Object
PivotFieldListDrilledMember
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotFieldListDrilledMember : EJTagHelper
Constructors
PivotFieldListDrilledMember()
Declaration
public PivotFieldListDrilledMember()
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 |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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[] |
|
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 |
|