FilteringPanelControl.Context Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public FilteringUIContext Context { get; set; }
#Property Value
Type | Description |
---|---|
Filtering |
The object the Filtering |
#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