Skip to main content
A newer version of this page is available. .

DataControlBase.FilteringContext Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public FilteringUIContext FilteringContext { get; }

Property Value

Type Description
DevExpress.WinUI.Grid.Internal.FilteringUIContext

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

See Also