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

ChoiceActionItemCollection.GetEnumerator() Method

Returns an enumerator that iterates through the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public IEnumerator<ChoiceActionItem> GetEnumerator()

Returns

Type Description
IEnumerator<ChoiceActionItem>

An IEnumerator<ChoiceActionItem> object which represents an enumerator that iterates through the ChoiceActionItemCollection.

See Also