Skip to main content
Tab

InternalCheckBoxImageProperties(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public InternalCheckBoxImageProperties(
    string url
)

Parameters

Name Type Description
url String

The image URL.

See Also