FormPickerViewModel.Context Property
Gets the picker’s context.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public object Context { get; }
Property Value
Type | Description |
---|---|
System.Object | The picker’s context. |
See Also