Skip to main content

FilterBehavior.FilterEditorTemplate Property

Gets or sets a template that defines the presentation of 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 FilterEditorTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that defines the presentation of the Filter Editor.

See Also