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

IModelAction.ImageMode Property

Specifies the type of the image that is displayed by the current Action’s control.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

ImageMode ImageMode { get; set; }

Property Value

Type Description
ImageMode

An ImageMode enumeration value specifying the type of the image that is displayed by the current Action’s control.

Available values:

Name Description
UseActionImage

Specifies that an Action’s control displays the Action image (see ActionBase.ImageName).

UseItemImage

Specifies that an Action’s control displays the image of the default Action Item (see ChoiceActionItem.ImageName).

See Also