EmptyImageProperties.GetGlobalEmptyImage(Page) Method
In This Article
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 |
---|---|
Empty |
A Empty |
See Also