HtmlEditorToolbarItemCollection.FindByCommandName(String) Method
In This Article
Returns an item object with the specified CommandName property value.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorToolbarItem FindByCommandName(
string commandName
)
#Parameters
Name | Type | Description |
---|---|---|
command |
String | The command name. |
#Returns
Type | Description |
---|---|
Html |
An item object with a specific command name. |
See Also