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
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class DrillOptions : Object
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 |