menu

WPF

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

    Show / Hide Table of Contents

    Class ExcludedMember

    Contains member element of a level.

    Inheritance
    System.Object
    ExcludedMember
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public class ExcludedMember : DependencyObject, IReportDimensionElement

    Constructors

    ExcludedMember()

    Initializes a new instance of the ExcludedMember class.

    Declaration
    public ExcludedMember()

    Fields

    ChildMembersProperty

    Using a DependencyProperty as the backing store for ChildMembers. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildMembersProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    DimensionNameProperty

    Using a DependencyProperty as the backing store DimensionName. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DimensionNameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HierarchyNameProperty

    Using a DependencyProperty as the backing store for HierarchyName. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HierarchyNameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LevelNameProperty

    Using a DependencyProperty as the backing store for LevelName. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LevelNameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MemberNameProperty

    Using a DependencyProperty as the backing store for MemberName. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MemberNameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    ChildMembers

    Gets or sets the child members.

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

    The child members.

    DimensionName

    Gets or sets the name of the dimension.

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

    The name of the dimension.

    HierarchyName

    Gets or sets the name of the hierarchy.

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

    The name of the hierarchy.

    LevelName

    Gets or sets the name of the level.

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

    The name of the level.

    MemberName

    Gets or sets the name of the member.

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

    The name of the member.

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