Skip to main content
A newer version of this page is available. .

ASPxDiagram.JSProperties Property

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

Namespace: DevExpress.Web.ASPxDiagram

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

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