Skip to main content

ChoiceActionItemCollection.GetEnumerator() Method

Returns an enumerator that iterates through the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

public List<ChoiceActionItem>.Enumerator GetEnumerator()

Returns

Type Description
List.Enumerator<>

An enumerator that iterates through the ChoiceActionItemCollection.

See Also