Skip to main content

PopOutImageProperties(String) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public PopOutImageProperties(
    string url
)

Parameters

Name Type Description
url String

A string value representing the path to the image.

See Also