Skip to main content
Tab

EmptyImageProperties.GetEmptyImageUrl(Page) Method

Returns the path defining an empty image used by web controls on the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static string GetEmptyImageUrl(
    Page page
)

Parameters

Name Type Description
page Page

A Page object representing the requested page.

Returns

Type Description
String

A string value that is the path to an empty image.

See Also