FilterListPickerBaseViewModel.FilteringContext Property
In This Article
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
C#
public FilteringUIContext FilteringContext { get; }
#Property Value
Type | Description |
---|---|
Filtering |
A context that is used to connect the data control and filter items. |
See Also