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
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