ImageMode Enum
Contains values specifying the image displayed by an Action's control.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
Members
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