Class MemberProperty
Class holds the properties need for members.
Inheritance
System.Object
MemberProperty
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class MemberProperty : DependencyObject
Constructors
MemberProperty()
Declaration
public MemberProperty()
Fields
NameProperty
The name property
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
UniqueNameProperty
The unique name property
Declaration
public static readonly DependencyProperty UniqueNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
UniqueName
Gets or sets the name of the unique.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the unique. |