WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hierarchize - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Hierarchize

    Represents the information about 'Hierarchize' keyword.

    Inheritance
    System.Object
    Hierarchize
    Implements
    IKeyword
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class Hierarchize : IKeyword

    Constructors

    Hierarchize()

    Initializes a new instance of the Hierarchize class.

    Declaration
    public Hierarchize()

    Properties

    DrillDownLevel

    Gets or sets the drill down level.

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

    DrillDownMember

    Gets or sets the drill down member.

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

    Name

    Gets or sets the name of the Hierarchize object.

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

    Methods

    Clone()

    Clones this instance.

    Declaration
    public Hierarchize Clone()
    Returns
    Type Description
    Hierarchize

    A copy of this instance.

    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 - 2021 Syncfusion Inc. All Rights Reserved