FileManagerToolbarItemCollection.FindByCommandName(String) Method
Returns an item object with the specified CommandName property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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