ChoiceActionItemCollection.Add(ChoiceActionItem) Method
Adds a ChoiceActionItem to the end of the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v20.2.dll
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.
Implements
See Also
Feedback