Class PivotViewDrilledMember
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.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
[HtmlAttributeName("delimiter")]
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
[HtmlAttributeName("items")]
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
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |