ChoiceActionItemFindType Enum
In This Article
Specifies how the ChoiceActionItemCollection.Find method must perform a search.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.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. |
Non
|
Specifies that the search must be performed over the collection’s items only. |
See Also