Skip to main content
.NET 6.0+

ChoiceActionItemCollection.Add(ChoiceActionItem) Method

Adds a ChoiceActionItem to the end of the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void Add(
    ChoiceActionItem item
)

Parameters

Name Type Description
item ChoiceActionItem

A ChoiceActionItem to add.

Remarks

If the ChoiceActionItemCollection already contains the specified ChoiceActionItem, the item will not be added.

See Also