Skip to main content

FilterListPickerBaseViewModel.Context Property

Gets or sets the context that allows you to bind a filtering UI element to a control’s data. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public object Context { get; }

Property Value

Type Description
Object

An object that specifies the context used to filter a control’s data.

See Also