Skip to main content
.NET 6.0+

IModelLocalizationItemBase.Name Property

Specifies the name of the current localization item/group.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
string Name { get; set; }

Property Value

Type Description
String

A string specifying the name of the current localization item/group.

See Also