Skip to main content

FilterBehavior.FilterEditorDialogServiceTemplate Property

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

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DataTemplate FilterEditorDialogServiceTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that defines the presentation of the window that hosts the Filter Editor.

See Also