ChoiceActionBase.ImageMode Property
In This Article
Specifies the type of the image that is displayed by the current Action’s control.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Image |
Use |
An Image |
Available values:
Name | Description |
---|---|
Use |
Specifies that an Action’s control displays the Action image (see Action |
Use |
Specifies that an Action’s control displays the image of the default Action Item (see Choice |
#Remarks
The ChoiceActionBase.BehaviorChanged event occurs when this property value is modified.
See Also