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

ChoiceActionBase.ImageMode Property

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue(ImageMode.UseActionImage)]
public ImageMode ImageMode { get; set; }

Property Value

Type Default Description
ImageMode **UseActionImage**

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).

Remarks

The ChoiceActionBase.BehaviorChanged event occurs when this property value is modified.

See Also