Skip to main content
All docs
V25.1
  • ASPxDiagram.JSProperties Property

    Enables you to supply server data that can be parsed on the client.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public Dictionary<string, object> JSProperties { get; }

    Property Value

    Type Description
    Dictionary<String, Object>

    The collection of property names and their values.

    Remarks

    The JSProperties property enables you to declare temporary client properties. Once declared, a property can be accessed on the client.

    Note

    The property names must have the ‘cp’ prefix, to avoid rewriting the ASPxDiagram‘s base properties.

    See Also