Back to Devexpress

FilterEditorEventArgs.Source Property

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

latest1.1 KB
Original Source

FilterEditorEventArgs.Source Property

Gets the View that raised the event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataViewBase Source { get; }
vb
Public ReadOnly Property Source As DataViewBase

Property Value

TypeDescription
DataViewBase

A DataViewBase descendant that is the view that raised the event.

|

See Also

FilterEditorEventArgs Class

FilterEditorEventArgs Members

DevExpress.Xpf.Grid Namespace