Skip to main content

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.v23.2.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