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

ImagePropertiesEx(String, String) Constructor

Initializes a new instance of the ImagePropertiesEx class with the specified image locations.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ImagePropertiesEx(
    string url,
    string urlDisabled
)

Parameters

Name Type Description
url String

A String value that specifies the image location.

urlDisabled String

A String value that specifies the image location for the disabled state.

Remarks

This constuctor creates a new instance of the ImagePropertiesEx class and initializes its ImagePropertiesBase.Url and ImagePropertiesEx.UrlDisabled properties with the values passed as the constructor’s parameters.

See Also