Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.GroupGeneratorStyle Property

Gets or sets a style that contains settings common to all field groups generated using different templates. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public Style GroupGeneratorStyle { get; set; }

#Property Value

Type Description
Style

A Style object that is the style that contains settings common to all field groups generated using different templates.

#Remarks

The PivotGridControl can be bound to a collection of objects containing field group settings, described in a Model or ViewModel. The Pivot Grid generates groups based on field templates. Using a single template, you can create an unlimited number of groups in an unlimited number of Pivot Grid controls.

To specify settings common to all groups generated using different templates, create a style and assign it to the GroupGeneratorStyle property.

To learn more, see Binding to a Collection of Groups.

See Also