DataViewBase.FilterEditorDialogServiceTemplate Property
In This Article
Gets or sets a template of the filter editor’s DialogService.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataTemplate FilterEditorDialogServiceTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also