FileManagerToolbarItemCollection.FindByCommandName(String) Method
In This Article
Returns an item object with the specified CommandName property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerToolbarItemBase FindByCommandName(
string commandName
)
#Parameters
Name | Type | Description |
---|---|---|
command |
String | A String value that is the Command |
#Returns
Type | Description |
---|---|
File |
A File |
See Also