ImageObjectProperties.RenderTag Property
Gets or sets a render tag that defines the image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| RenderTag | IMG | A RenderTag enumeration value that represents the render tag. |
Available values:
| Name | Description |
|---|---|
| IMG | The <img> tag is used to define an image. |
| OBJECT | The <object> tag is used to define an image. |
Remarks
Images that are to be displayed in the browser can be delivered using the <img> or <object> tag. Use the RenderTag property to specify which tag should be used to define the image.
See Also