Back to Devexpress

ChoiceActionItemFindType Enum

expressappframework-devexpress-dot-expressapp-dot-actions-bc47354e.md

latest1.1 KB
Original Source

ChoiceActionItemFindType Enum

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

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum ChoiceActionItemFindType
vb
Public Enum ChoiceActionItemFindType

Members

NameDescription
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

DevExpress.ExpressApp.Actions Namespace