Class CalculatedMember
Represents Calculated Members/Measures.
Inheritance
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class CalculatedMember : DependencyObject
Constructors
CalculatedMember()
Declaration
public CalculatedMember()
Fields
AxisPositionProperty
The axis position property
Declaration
public static readonly DependencyProperty AxisPositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ElementHierarchyNameProperty
Using a DependencyProperty as the backing store for ElementHierarchyName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ElementHierarchyNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ElementLevelNameProperty
Using a DependencyProperty as the backing store for ElementLevelName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ElementLevelNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ElementNameProperty
The element name property
Declaration
public static readonly DependencyProperty ElementNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ExpressionProperty
The expression property
Declaration
public static readonly DependencyProperty ExpressionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MemberTypeProperty
The member type property
Declaration
public static readonly DependencyProperty MemberTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
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
AxisPosition
Gets or sets the axis position.
Declaration
public PositionOfAxis AxisPosition { get; set; }
Property Value
Type | Description |
---|---|
PositionOfAxis | The axis position. |
ElementHierarchyName
Gets or sets the name of the element hierarchy.
Declaration
public string ElementHierarchyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element hierarchy. |
ElementLevelName
Gets or sets the name of the element level.
Declaration
public string ElementLevelName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element level. |
ElementName
Gets or sets the name of the element.
Declaration
public string ElementName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element. |
Expression
Gets or sets the expression.
Declaration
public string Expression { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expression. |
MemberType
Gets or sets the type of the member.
Declaration
public MemberyType MemberType { get; set; }
Property Value
Type | Description |
---|---|
MemberyType | The type of the member. |
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. |