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