Skip to main content
A newer version of this page is available. .
Tab

FileManagerToolbarItemCollection.FindByCommandName(String) Method

Returns an item object with the specified CommandName property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerToolbarItemBase FindByCommandName(
    string commandName
)

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