Skip to main content

ToolbarCustomComboBoxProperties(IPropertiesOwner, String) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ToolbarCustomComboBoxProperties(
    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