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.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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