DiagramNode.ImageUrl Property
Specifies the node image’s URL.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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