Skip to main content
Tab

InternalCheckBoxImageProperties(String, 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,
    string urlDisabled
)

Parameters

Name Type Description
url String

The image URL.

urlDisabled String

The URL of the image for the disabled state.

See Also