Class DrillOptions
Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.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
[JsonPropertyName("delimiter")]
public string Delimiter { get; set; }
Property Value
| Type |
|---|
| string |
Items
It allows to set the members to be either expanded or collapsed in the pivot table.
Declaration
[JsonPropertyName("items")]
public List<string> Items { get; set; }
Property Value
| Type |
|---|
| List<string> |
Name
It allows to set the field name whose members to be either expanded or collapsed in the pivot table.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type |
|---|
| string |