Enum ExpandableState
Represents the expandable state of current cell.
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum ExpandableState
Fields
Name | Description |
---|---|
Collapsed | The cell is in collapsed state. |
Expanded | The cell is in expanded state. |
None | The cell can not be expanded or collapsed. |