Skip to main content

DiagramNode.ImageUrl Property

Specifies the node image’s URL.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ImageUrl { get; set; }

Property Value

Type Description
String

The image URL.

Remarks

This property is in effect for nodes of the following types: CardWithImageOnLeft, CardWithImageOnRight, CardWithImageOnTop, and based on those types.

See Also