Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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