IUIObjectService.Object Property
Gets the UI object associated with the IUIObjectService.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
dynamic Object { get; }
Property Value
Type | Description |
---|---|
System.Object | The UI object associated with the IUIObjectService. |
See Also