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

IModelClass.DefaultDetailViewImage Property

Specifies the name of the image that is displayed in the default Detail View of the current class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string DefaultDetailViewImage { get; set; }

Property Value

Type Description
String

A string specifying the name of the image that is displayed in the default Detail View of the current class.

Remarks

By default, this property is set to the current node’s IModelClass.ImageName property value.

See Also