New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the PivotMapGroupDefinitionBase class.

C#
public PivotMapGroupDefinitionBase()

Fields

MemberProperty

DependencyProperty

Identifies the Member dependency property.

C#
public static readonly DependencyProperty MemberProperty

Properties

Gets or sets the member name which will be used for grouping.

C#
public string Member { get; set; }
Property Value:

The member name that will be used for grouping.

Methods

Configures the layout strategy.

C#
protected override void ConfigureLayoutStrategy()

Overrides: DefinitionBase.ConfigureLayoutStrategy()

Configures the mappings.

C#
protected override void ConfigureMappings()

Overrides: DefinitionBase.ConfigureMappings()

Configures the style mapping.

C#
protected override void ConfigureStyleMapping()

Overrides: DefinitionBase.ConfigureStyleMapping()

Returns a string that represents this instance.

C#
public override string ToString()
Returns:

string

A string that represents this instance.