FilterListPickerItemBase.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 FilteringUIContext Context { get; set; }
Property Value
Type | Description |
---|---|
FilteringUIContext | An object that specifies the context used to filter a control’s data. |
See Also