Back to Devexpress

PivotGridControl.FieldGeneratorStyle Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-088cc9bf.md

latest1.9 KB
Original Source

PivotGridControl.FieldGeneratorStyle Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Style FieldGeneratorStyle { get; set; }
vb
Public Property FieldGeneratorStyle As Style

Property Value

TypeDescription
Style

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

|

Remarks

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

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

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

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace