Skip to main content
Tab

RenderTag Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

#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