menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrillState - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved