ChoiceActionItemCollection.Add(Object) Method
Adds a Choice Action Item to the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object which represents the ChoiceActionItem to add. |
Returns
| Type | Description |
|---|---|
| Int32 | The zero-based index of the added ChoiceActionItem in the ChoiceActionItemCollection. |
Remarks
If the ChoiceActionItemCollection already contains the specified ChoiceActionItem, the item will not be added.
See Also