Skip to main content

DataControlBase.FilteringContext Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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