Class NamedSet
Represents a Named Set within a cube.
Inheritance
System.Object
NamedSet
Implements
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class NamedSet : DependencyObject, IAxisElement
Constructors
NamedSet()
Declaration
public NamedSet()
Fields
DimensionNameProperty
The dimension name property
Declaration
public static readonly DependencyProperty DimensionNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
DimensionUniqueNameProperty
The dimension unique name property
Declaration
public static readonly DependencyProperty DimensionUniqueNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
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. |
DimensionUniqueName
Gets or sets the name of the dimension unique.
Declaration
public string DimensionUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dimension unique. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |