IModelClass.DefaultDetailViewImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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