Back to Devexpress

RenderTag Enum

aspnet-devexpress-dot-web-efe1c330.md

latest1.1 KB
Original Source

RenderTag Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum RenderTag
vb
Public Enum RenderTag

Members

NameDescription
IMG

The ** tag is used to define an image.

| | OBJECT |

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

|

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

RenderTag

DevExpress.Web Namespace