Class DrilledItem
Allows you to configure the drill information of a specific field item that used to display the pivot table.
Inheritance
System.Object
DrilledItem
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 DrilledItem
Constructors
DrilledItem()
Declaration
public DrilledItem()
Properties
Action
It allows to set whether the member performs drill-down or drill-up operation.
Declaration
public string Action { get; set; }
Property Value
Type |
---|
System.String |
Axis
It allows to set the axis name of the specific field.
Declaration
public string Axis { get; set; }
Property Value
Type |
---|
System.String |
CurrentCell
It allows to set the selelcted cell information.
Declaration
public AxisSet CurrentCell { get; set; }
Property Value
Type |
---|
AxisSet |
Delimiter
It allows to set the delimiter, which is used a member separator.
Declaration
public string Delimiter { get; set; }
Property Value
Type |
---|
System.String |
FieldName
It allows to set the field name whose members to be drilled.
Declaration
public string FieldName { get; set; }
Property Value
Type |
---|
System.String |
MemberName
It allows to set the member name of the specific field.
Declaration
public string MemberName { get; set; }
Property Value
Type |
---|
System.String |