Skip to main content
All docs
V24.1

IUIObjectService.Object Property

Gets the UI element to which the service is attached.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

dynamic Object { get; }

Property Value

Type Description
Object

The UI element.

Remarks

The Object property returns a UIElement of the dynamic type.

See Also