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

ToolbarComboBoxProperties(IPropertiesOwner, String) Constructor

Initializes a new instance of the ToolbarComboBoxProperties class with the specified settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ToolbarComboBoxProperties(
    IPropertiesOwner owner,
    string defaultCaption
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

defaultCaption String

A string value that specifies the default editor caption.

See Also