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

ToolbarCustomDropDownBase(String) Constructor

Initializes a new instance of the ToolbarCustomDropDownBase class with the specified command name.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ToolbarCustomDropDownBase(
    string commandName
)

Parameters

Name Type Description
commandName String

A String value that specifies the command name associated with the drop-down menu.

See Also