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

ChoiceActionItem.ImageName Property

Specifies the name of the image which is displayed by the Choice Action Item’s control.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue("")]
public string ImageName { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that represents the name of the current Choice Action Item image.

Remarks

If the Choice Action Item’s ChoiceActionItem.Model property is specified, the ImageName property value is stored in the corresponding Application Model Node. You can use the Model Editor to set the required image at design time.

When setting a value to this property, the ChoiceActionBase.ItemsChanged event is raised.

See the Add an Action with Option Selection topic, to learn how to use this property.

Note

The Choice Action Item can be displayed without an image. It depends on the Action Container that displays this Action and the Action Container settings. Built-in Action Containers support image display.

See Also