UIServiceBase<T>.Name Property
In This Article
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.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
String | The service name. |
See Also