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

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.v20.2.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