RenderTag Enum
In This Article
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
#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