FileManagerToolbarItemCollection.FindByCommandName(String) Method
Returns an item object with the specified CommandName property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| commandName | String | A String value that is the CommandName property value of the required item. |
Returns
| Type | Description |
|---|---|
| FileManagerToolbarItemBase | A FileManagerToolbarItemBase object with a specific value of the CommandName property. |
See Also