Skip to main content

FilterListPickerBaseViewModel.FilteringContext Property

Returns the data context that is used to bind filter items to the picker.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilteringUIContext FilteringContext { get; }

Property Value

Type Description
FilteringUIContext

A context that is used to connect the data control and filter items.

See Also