Skip to main content
All docs
V25.1
  • DiagramNode.ImageUrl Property

    Specifies the node image’s URL.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.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