Skip to main content
A newer version of this page is available. .

UIServiceBase<T>.ServiceClient Property

Gets or sets a service container where the service is registered. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateActualServiceClient")]
public ISupportUIServices ServiceClient { get; set; }

Property Value

Type Description
ISupportUIServices

The service container where the service is registered.

See Also