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

PopOutImageProperties(String) Constructor

Initializes a new instance of the PopOutImageProperties class with the specified image location.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public PopOutImageProperties(
    string url
)

Parameters

Name Type Description
url String

A string value representing the path to the image.

See Also