Skip to main content
.NET 6.0+

IModelClass.ShortName Property

Specifies the current class’ short name.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
string ShortName { get; }

Property Value

Type Description
String

A string specifying the current class’ short name.

Remarks

This property is intended for internal use.

See Also