Skip to main content
.NET 6.0+

ChoiceActionItemCollection.GetEnumerator() Method

Returns an enumerator that iterates through the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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