Back to Devexpress

DataViewBase.FilterEditorDialogServiceTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-16ab25d6.md

latest1.2 KB
Original Source

DataViewBase.FilterEditorDialogServiceTemplate Property

Gets or sets a template of the filter editor’s DialogService.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate FilterEditorDialogServiceTemplate { get; set; }
vb
Public Property FilterEditorDialogServiceTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace