ImageObjectProperties.RenderTag Property
In This Article
Gets or sets a render tag that defines the image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Render |
IMG | A Render |
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