Back to Devexpress

FilterEditorEventArgs.FilterControl Property

wpf-devexpress-dot-xpf-dot-grid-dot-filtereditoreventargs-528ce388.md

latest1.2 KB
Original Source

FilterEditorEventArgs.FilterControl Property

Gets the Filter Editor.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FilterControl FilterControl { get; }
vb
Public ReadOnly Property FilterControl As FilterControl

Property Value

TypeDescription
FilterControl

The Filter Editor control.

|

Remarks

To learn more, see Filter Editor.

See Also

FilterEditorEventArgs Class

FilterEditorEventArgs Members

DevExpress.Xpf.Grid Namespace