ChoiceActionItemFindType Enum
Specifies how the ChoiceActionItemCollection.Find method must perform a search.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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