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

HtmlEditorToolbarItemCollection.FindByCommandName(String) Method

Returns an item object with the specified HtmlEditorToolbarItem.CommandName property value.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorToolbarItem FindByCommandName(
    string commandName
)

Parameters

Name Type Description
commandName String

A String value representing the HtmlEditorToolbarItem.CommandName property value of the required item.

Returns

Type Description
HtmlEditorToolbarItem

A HtmlEditorToolbarItem object with a specific value of the HtmlEditorToolbarItem.CommandName property.

Remarks

Use this method to obtain an item specified by a command name assigned to its HtmlEditorToolbarItem.CommandName property.

See Also