FormPickerViewModel.PickerFormItem Property
Gets the displayed object.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public object PickerFormItem { get; }
Property Value
Type | Description |
---|---|
Object | The displayed object. |
See Also