Skip to main content

HtmlEditorToolbarItemCollection.FindByCommandName(String) Method

Returns an item object with the specified CommandName property value.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorToolbarItem FindByCommandName(
    string commandName
)

Parameters

Name Type Description
commandName String

The command name.

Returns

Type Description
HtmlEditorToolbarItem

An item object with a specific command name.

See Also