Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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