Skip to main content

HtmlEditorPlaceholderCollection(ASPxHtmlEditor) Constructor

Initializes a new instance of the HtmlEditorPlaceholderCollection class with the specified owner.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorPlaceholderCollection(
    ASPxHtmlEditor editor
)

Parameters

Name Type Description
editor ASPxHtmlEditor

An ASPxHtmlEditor object that will own the collection.

See Also