ImagesBase.GetImagePropertiesEx(Page, String, String, String, String, String) Method
OBSOLETE
This Method is obsolete now.
This method is obsolete.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete]
public ImageProperties GetImagePropertiesEx(
Page page,
string imageName,
string disabledImageName,
string hoverImageName,
string pressedImageName,
string selectedImageName
)
Parameters
| Name | Type |
|---|---|
| page | Page |
| imageName | String |
| disabledImageName | String |
| hoverImageName | String |
| pressedImageName | String |
| selectedImageName | String |
Returns
| Type |
|---|
| ImageProperties |
See Also