Skip to main content
.NET 6.0+

ChoiceActionItemFindType Enum

Specifies how the ChoiceActionItemCollection.Find method must perform a search.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ChoiceActionItemFindType

Members

Name Description
Recursive

Specifies that the search must be performed over the collection’s items and their child items.

NonRecursive

Specifies that the search must be performed over the collection’s items only.

See Also