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

ChoiceActionItem.Items Property

Provides access to a Choice Action Item’s item collection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ChoiceActionItemCollection Items { get; }

Property Value

Type Description
ChoiceActionItemCollection

A ChoiceActionItemCollection object that represents the current Choice Action Item’s item collection.

Remarks

Choice Action Items can contain nested items of the same ChoiceActionItem type. So, each of nested item can contain items as well. This property provides access to the nested items collection. The most convenient way to specify this property is to use the ChoiceActionItem Collection Editor. To invoke this editor, use the ellipsis button of the Choice Action’s Items property in the Properties window. In this editor, you can add items to the Action. To add items to a selected Action item, use the ellipsis button of the item’s Items property.

ChoiceActionItem_Items

To learn how to populate the Items collection in code, see the Add an Action with Option Selection topic.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Items 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