Class MemberProperty
Initializes a new instance for MemberProperty class.
Inheritance
System.Object
MemberProperty
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class MemberProperty : DependencyObject
Constructors
MemberProperty()
Declaration
public MemberProperty()
Fields
NameProperty
Identifies the dependency property for the Name of MemberProperty.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
UniqueNameProperty
Identifies the dependency property for the UniqueName of MemberProperty.
Declaration
public static readonly DependencyProperty UniqueNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Name
Gets or sets the name of the member property.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
UniqueName
Gets or sets the name of the unique of the member property.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the unique. |