ClassPivotMapGroupDefinitionBase
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.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class PivotMapGroupDefinitionBase : DefinitionBase, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorDefinitionBasePivotMapGroupDefinitionBase
Derived Classes:
Implements:
Inherited Members
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
DependencyProperty
Properties
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 string that represents this instance.