Back to Devexpress

PivotGridControl.FilterEditorDialogServiceTemplate Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-f7bf170f.md

latest1.6 KB
Original Source

PivotGridControl.FilterEditorDialogServiceTemplate Property

Gets or sets the template that defines the presentation of the Filter Editor dialog. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public DataTemplate FilterEditorDialogServiceTemplate { get; set; }
vb
Public Property FilterEditorDialogServiceTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object.

|

Remarks

Review the MVVM Framework - DialogService topic for more information.

See Also

DialogService

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace