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

FilterElement.SetContext(DependencyObject, FilteringUIContext) Method

Sets the value of the FilterElement.Context attached property.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public static void SetContext(
    DependencyObject obj,
    FilteringUIContext value
)

Parameters

Name Type
obj DependencyObject
value FilteringUIContext
See Also