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 |
---|---|
Is |
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 UIService |
Object | Gets a UI element of the dynamic type. |
Service |
Gets or sets a service container where the service is registered. This is a dependency property.
Inherited from UIService |
See Also