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

ChoiceActionItemCollection.Insert(Int32, ChoiceActionItem) Method

Inserts a ChoiceActionItem into the ChoiceActionItemCollection at the specified index.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void Insert(
    int index,
    ChoiceActionItem item
)

Parameters

Name Type Description
index Int32

The zero-based index at which the ChoiceActionBase should be inserted.

item ChoiceActionItem

The ChoiceActionItem to insert.

Remarks

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

See Also