FilterElement.SetContext(DependencyObject, FilteringUIContext) Method
In This Article
Sets the value of the FilterElement.Context attached property.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public static void SetContext(
DependencyObject obj,
FilteringUIContext value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A dependency property identifier. |
value | Filtering |
A context that allows you to bind a filter element to a control’s data. |
See Also