Class DrillOptions
Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.
Inheritance
System.Object
DrillOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public class DrillOptions
Constructors
DrillOptions()
Declaration
public DrillOptions()
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 |
---|
System.String |
Items
It allows to set the members to be either expanded or collapsed in the pivot table.
Declaration
public List<string> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<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 |
---|
System.String |