menu

UWP

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

    Show / Hide Table of Contents

    Class LevelElement

    Represents the information needed for level element.

    Inheritance
    System.Object
    Element
    LevelElement
    Inherited Members
    Element.Clone()
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class LevelElement : Element

    Constructors

    LevelElement()

    Initializes a new instance of the LevelElement class.

    Declaration
    public LevelElement()

    LevelElement(HierarchyElement)

    Initializes a new instance of the LevelElement class.

    Declaration
    public LevelElement(HierarchyElement parentHierarchy)
    Parameters
    Type Name Description
    HierarchyElement parentHierarchy

    The parent hierarchy.

    Properties

    DimensionName

    Gets or sets the caption of dimension.

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

    IncludeAvailableMembers

    Gets or sets a value indicating whether to include child members.

    Declaration
    public bool IncludeAvailableMembers { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance the child members are included; otherwise, false.

    MemberElements

    Gets or sets the collection of member elements.

    Declaration
    public MemberElementCollection MemberElements { get; set; }
    Property Value
    Type Description
    MemberElementCollection

    The collection of member elements.

    ParentHierarchy

    Gets or sets the parent hierarchy.

    Declaration
    public HierarchyElement ParentHierarchy { get; set; }
    Property Value
    Type Description
    HierarchyElement

    The parent hierarchy.

    UniqueName

    Gets the unique name of the level.

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

    The unique name of the level.

    Methods

    Add(MemberElement)

    Adds the specified member element.

    Declaration
    public void Add(MemberElement memberElement)
    Parameters
    Type Name Description
    MemberElement memberElement

    The member element to be added.

    Add(String)

    Adds the member element with the specified name.

    Declaration
    public void Add(string memberName)
    Parameters
    Type Name Description
    System.String memberName

    The name of the member element.

    Add(String, Int32)

    Adds the member element with the specified name.

    Declaration
    public void Add(string memberName, int level)
    Parameters
    Type Name Description
    System.String memberName

    The name of the member element.

    System.Int32 level

    The index of the level at which the member element is to be added.

    Add(String, String, Int32)

    Adds the member element with the specified caption.

    Declaration
    public void Add(string memberCaption, string memberUniqueName, int level)
    Parameters
    Type Name Description
    System.String memberCaption

    The caption of the member element.

    System.String memberUniqueName

    The unique name of the member element.

    System.Int32 level

    The index of the level at which the member element is to be added.

    Add(String, String, String, Int32)

    Adds the member element with the specified caption.

    Declaration
    public void Add(string memberCaption, string parentCaption, string memberUniqueName, int level)
    Parameters
    Type Name Description
    System.String memberCaption

    The caption of the member element.

    System.String parentCaption

    The caption of the parent node.

    System.String memberUniqueName

    The unique name of the member element.

    System.Int32 level

    The index of the level at which the member element is to be added.

    Extension Methods

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