ImagePropertiesEx(String, String) Constructor
Initializes a new instance of the ImagePropertiesEx class with the specified image locations.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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