Skip to main content
All docs
V26.1
  • 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.v26.1.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