FilterBehavior.FilterEditorDialogServiceTemplate Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataTemplate FilterEditorDialogServiceTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A template that defines the presentation of the window that hosts the Filter Editor. |
See Also