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

FilteringPanelControl.Context Property

Gets or sets the object the FilteringPanelControl uses to interact with a data-bound control.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FilteringUIContext Context { get; set; }

Property Value

Type Description
FilteringUIContext

The object the FilteringPanelControl uses to interact with a data-bound control.

Remarks

Specify the Context property to associate the FilteringPanelControl with a data-bound control’s filtering context. The FilteringPanelControl uses this context to retrieve values, filter criteria and other details from a data-bound control, and the context is configured with criteria from the FilteringPanelControl in return.

See Also