FilterElement.SetContext(DependencyObject, FilteringUIContext) Method
Sets the value of the FilterElement.Context attached property.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | A dependency property identifier. |
| value | FilteringUIContext | A context that allows you to bind a filter element to a control’s data. |
See Also