Skip to main content

UIServiceBase<T>.Name Property

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

public string Name { get; set; }

Property Value

Type Description
String

The service name.

See Also