alexa

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX