Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelCreatableItem.ClassName Property

Specifies the class name whose instance is created when choosing the current item in the New Action.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
string ClassName { get; set; }

Property Value

Type Description
String

A string specifying the class name whose instance is created when choosing the current item in the New Action.

See Also