Gets the context that binds a filter item to the GridControl's data.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public FilteringUIContext FilteringContext { get; }
|
VB |
Public ReadOnly Property FilteringContext As FilteringUIContext
|
Property value
Type:
FilteringUIContext
The context that binds a filter item to the GridControl's data.

See Also