Skip to main content
.NET 6.0+

ITranslatorProvider.Description Property

Gets the short description of the provider displayed in the translation window.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string Description { get; }

Property Value

Type Description
String

A string representing the short description of the provider displayed in the translation window.

See Also