Skip to main content
Tab

EmptyImageProperties.GetGlobalEmptyImage(Page) Method

Returns an object whose settings define an empty image used by web controls on the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public static EmptyImageProperties GetGlobalEmptyImage(
    Page page
)

#Parameters

Name Type Description
page Page

A Page object representing the requested page.

#Returns

Type Description
EmptyImageProperties

A EmptyImageProperties object that contains image settings.

See Also