Class ExpandableState
Holds the Enumeration of Expandable states.
Inheritance
System.Object
ExpandableState
Namespace: Syncfusion.PivotAnalysis.UWP
Assembly: Syncfusion.PivotAnalysis.UWP.dll
Syntax
public sealed class ExpandableState : Enum
Fields
Collapsed
The cell is in collapsed state
Declaration
public const ExpandableState Collapsed
Field Value
Type |
---|
ExpandableState |
Expanded
The cell is in expanded state
Declaration
public const ExpandableState Expanded
Field Value
Type |
---|
ExpandableState |
None
The cell can not be expanded or collapsed.
Declaration
public const ExpandableState None
Field Value
Type |
---|
ExpandableState |