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

ChoiceActionItemCollection.Insert(Int32, Object) 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,
    object value
)

Parameters

Name Type Description
index Int32

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

value Object

An object which represents the ChoiceActionItem to insert.

Remarks

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

See Also