ChoiceActionItemCollection.Find(String, ChoiceActionItemFindType, ChoiceActionItemFindTarget) Method
In This Article
Returns the item that corresponds to the specified parameters.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ChoiceActionItem Find(
string itemId,
ChoiceActionItemFindType recursive,
ChoiceActionItemFindTarget target
)
#Parameters
Name | Type | Description |
---|---|---|
item |
String | A string value that specifies the identifier of the Action Item to be found. |
recursive | Choice |
A Choice |
target | Choice |
A Choice |
#Returns
Type | Description |
---|---|
Choice |
A Choice |
#Remarks
Use this method to get the required item from a ChoiceActionBase.Items collection. If an item is not found, this method returns null (Nothing in VB).
See Also