EmptyImageProperties.GetEmptyImageUrl(Page) Method
Returns the path defining an empty image used by web controls on the page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
NuGet Package: DevExpress.Web
Declaration
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