Back to Devexpress

DataControlBase.FilteringContext Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-24d3f930.md

latest1.1 KB
Original Source

DataControlBase.FilteringContext Property

Gets the context that binds a filter item to the GridControl ‘s data.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FilteringUIContext FilteringContext { get; }
vb
Public ReadOnly Property FilteringContext As FilteringUIContext

Property Value

TypeDescription
FilteringUIContext

The context that binds a filter item to the GridControl ‘s data.

|

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace