Class PivotMapGroupDefinitionBase
Represents an object, which defines how the data in RadPivotMap will be presented. Each PivotMapGroupDefinitionBase defines an additional level in the hierarchy. If there are no such objects, the RadPivotMap control will display all its items in a single level.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PivotMapGroupDefinitionBase : DefinitionBase, INotifyPropertyChanged
Constructors
PivotMapGroupDefinitionBase()
Initializes a new instance of the PivotMapGroupDefinitionBase class.
Declaration
public PivotMapGroupDefinitionBase()
Fields
MemberProperty
Identifies the Member dependency property.
Declaration
public static readonly DependencyProperty MemberProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Member
Gets or sets the member name which will be used for grouping.
Declaration
public string Member { get; set; }
Property Value
System.String
The member name that will be used for grouping. |
Methods
ConfigureLayoutStrategy()
Configures the layout strategy.
Declaration
protected override void ConfigureLayoutStrategy()
Overrides
ConfigureMappings()
Configures the mappings.
Declaration
protected override void ConfigureMappings()
Overrides
ConfigureStyleMapping()
Configures the style mapping.
Declaration
protected override void ConfigureStyleMapping()
Overrides
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |