menu

WinForms

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

    Show / Hide Table of Contents

    Class DrillDownLevel

    Represents the information needed for drill down level.

    Inheritance
    System.Object
    DrillDownLevel
    Implements
    IKeyword
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class DrillDownLevel : 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved