UIServiceBase<T>.ServiceClient Property
In This Article
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
C#
public IUIServiceClient ServiceClient { get; set; }
#Property Value
Type | Description |
---|---|
IUIService |
The object that implements the IUIService |
See Also