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

ImageNameAttribute.ImageName Property

Specifies the name of the image that will be associated with the target business class’ objects or target enumeration value.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string ImageName { get; set; }

Property Value

Type Description
String

A string value representing the name of the image to be associated with the target business class’ objects or target enumeration value.

Remarks

You can change the image name assocated with any business class via the BOModel | <Class> node’s IModelClass.ImageName property in the Model Editor.

See Also