Back to Devexpress

UIObjectService.Object Property

wpf-devexpress-dot-mvvm-dot-ui-dot-uiobjectservice.md

latest1.3 KB
Original Source

UIObjectService.Object Property

Gets the UI element to which the service is attached.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public dynamic Object { get; }
vb
Public ReadOnly Property [Object] As Object

Property Value

TypeDescription
Object

The UI element.

|

Remarks

The Object property returns the associated object of the dynamic type to not reference the object’s real type in the View Model and maintain a clean MVVM pattern.

For more information, refer to the following help topic: UIObjectService.

See Also

UIObjectService Class

UIObjectService Members

DevExpress.Mvvm.UI Namespace