Skip to main content
A newer version of this page is available. .
Tab

ImageObjectProperties.RenderTag Property

Gets or sets a render tag that defines the image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(RenderTag.IMG)]
public RenderTag RenderTag { get; set; }

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