Skip to main content

UIObjectService Properties

The UI Service that provides direct access to the service’s AssociatedObject from the View Model without referencing the AssociatedObject’s real type.
Name Description
IsAttached Gets whether the behavior is attached to its associated object. Inherited from Behavior.
Name Gets or sets the service name that is used to register the service to a service container. You can use it to implement separate access to services that implement the same service. Inherited from UIServiceBase<T>.
Object Gets a UI element of the dynamic type.
ServiceClient Gets or sets a service container where the service is registered. This is a dependency property. Inherited from UIServiceBase<T>.
See Also