menu

UWP

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

    Show / Hide Table of Contents

    Class DrillDownMember

    Represents the information needed for drill down members.

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

    Constructors

    DrillDownMember()

    Declaration
    public DrillDownMember()

    Properties

    ChildDrillDownMember

    Gets or sets the child drill down member.

    Declaration
    public DrillDownMember ChildDrillDownMember { get; set; }
    Property Value
    Type Description
    DrillDownMember

    The child drill down member.

    DrillDownLevel

    Gets or sets the drill down level.

    Declaration
    public DrillDownLevel DrillDownLevel { get; set; }
    Property Value
    Type Description
    DrillDownLevel

    The drill down level.

    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 member.

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

    The name of the drill down member.

    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