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

FilterElement.GetContext(DependencyObject) Method

Gets the value of the FilterElement.Context attached property.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public static FilteringUIContext GetContext(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A dependency property identifier.

Returns

Type Description
FilteringUIContext

A context that allows you to bind a filtering UI item to a control’s data.

See Also