ChoiceActionItemCollection.GetEnumerator() Method
Returns an enumerator that iterates through the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
IEnumerator<ChoiceActionItem> | An IEnumerator<ChoiceActionItem> object which represents an enumerator that iterates through the ChoiceActionItemCollection. |
See Also