Skip to main content
A newer version of this page is available. .

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.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public string Name { get; set; }

Property Value

Type Description
String

The service name.

See Also