Class DrillState
Represents constants that define the varieties of drill states.
Inheritance
System.Object
DrillState
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class DrillState : Enum
Fields
CollapseAll
The drill state is to collapse all levels.
Declaration
public const DrillState CollapseAll
Field Value
Type |
---|
DrillState |
CollapseToLevel
The drill state is to collapse until a specific level.
Declaration
public const DrillState CollapseToLevel
Field Value
Type |
---|
DrillState |
Default
The drill state is default.
Declaration
public const DrillState Default
Field Value
Type |
---|
DrillState |
ExpandAll
The drill state is to expand all levels.
Declaration
public const DrillState ExpandAll
Field Value
Type |
---|
DrillState |
ExpandToLevel
The drill state is to expand until a specific level.
Declaration
public const DrillState ExpandToLevel
Field Value
Type |
---|
DrillState |