menu

UWP

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

    Show / Hide Table of Contents

    Class DrillDownLevel

    Represents the information needed for drill down level.

    Inheritance
    System.Object
    DrillDownLevel
    Implements
    IKeyword
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class DrillDownLevel : Object, IKeyword

    Constructors

    DrillDownLevel()

    Declaration
    public DrillDownLevel()

    Properties

    MemberName

    Gets or sets the name of the member.

    Declaration
    public IMember MemberName { get; set; }
    Property Value
    Type Description
    IMember

    The name of the member.

    Name

    Gets or sets the name of the drill down level.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name of the drill down level.

    Methods

    Validate()

    Validates this instance.

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    A value that indicates whether this instance is valid.

    Implements

    IKeyword

    Extension Methods

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