Skip to main content

ToolbarComboBoxProperties(IPropertiesOwner, String) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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