menu

WinForms

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

    Show / Hide Table of Contents

    Class Element

    Enforces a boundary to the element objects.

    Inheritance
    System.Object
    Element
    CalculatedMember
    CalculatedMembers
    DimensionElement
    FilterElement
    FilterValue
    HierarchyElement
    KpiElement
    KpiElements
    LevelElement
    MeasureElement
    MeasureElements
    MemberElement
    NamedSetElement
    SortElement
    SubsetElement
    SummaryElements
    TopCountElement
    ValueElement
    ValueElements
    VirtualKpiElement
    Implements
    ICloneable<Element>
    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.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class Element : ICloneable<Element>
    Remarks

    By default, member element is marked as visible, but hierarchy element and level element will be set as invisible, if the user wants to see this in the result set, then it can be set as visible.

    Constructors

    Element()

    Declaration
    public Element()

    Properties

    ElementName

    Gets or sets the element name.

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

    Name

    Gets or sets the name.

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

    The name.

    Properties

    Gets or sets the collection of properties.

    Declaration
    public PropertyCollection Properties { get; set; }
    Property Value
    Type Description
    PropertyCollection

    The collection of properties.

    RootNodeCaption

    Gets or sets the parent caption of the element.

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

    The parent caption of the element.

    Visible

    Gets or sets a value indicating whether this Element is visible.

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

    true if visible; otherwise, false.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public Element Clone()
    Returns
    Type Description
    Element

    A copy of this instance.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved