Class ChildMember
Child member of the excluded member. It can be a child member of a child member.
Inheritance
System.Object
ChildMember
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public class ChildMember : DependencyObject
Constructors
ChildMember()
Initializes a new instance of the ChildMember class.
Declaration
public ChildMember()
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 |
NameProperty
Using a DependencyProperty as the backing store for Name. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty NameProperty
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. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |