ASPxDiagram.JSProperties Property
Enables you to supply server data that can be parsed on the client.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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