Back to Devexpress

PivotGridControl.GroupGeneratorTemplateSelector Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-0355bfbe.md

latest1.5 KB
Original Source

PivotGridControl.GroupGeneratorTemplateSelector Property

Gets or sets the data template selector which chooses a template based on the group’s type. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public DataTemplateSelector GroupGeneratorTemplateSelector { get; set; }
vb
Public Property GroupGeneratorTemplateSelector As DataTemplateSelector

Property Value

TypeDescription
DataTemplateSelector

A DataTemplateSelector object that is a group template selector.

|

Remarks

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

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace