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

RenderTag Enum

Lists values that specify a render tag that defines the image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum RenderTag

Members

Name Description
IMG

The <img> tag is used to define an image.

OBJECT

The <object> tag is used to define an image.

Related API Members

The following properties accept/return RenderTag values:

Remarks

Values listed by this enumeration are used to set the ImageObjectProperties.RenderTag property’s value.

See Also