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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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