Skip to main content
ON

UIServiceBase<T>.ServiceClient Property

Gets or sets the object that implements the IUIServiceClient interface. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public IUIServiceClient ServiceClient { get; set; }

Property Value

Type Description
IUIServiceClient

The object that implements the IUIServiceClient interface.

See Also