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

IModelClass.ShortName Property

Specifies the current class’ short name.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

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