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

ChoiceActionItem.Caption Property

Specifies a Choice Action Item’s caption.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that represents the current Choice Action Item’s caption.

Remarks

If the Choice Action Item’s ChoiceActionItem.Model property is specified, the Caption property value is stored in the corresponding Application Model Node. You can use the Model Editor to set a localized version of the caption.

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

Note

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Caption property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also