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