ASPxDashboard.JSProperties Property
In This Article
Gets a collection of temporary client properties and their values.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[Browsable(false)]
public Dictionary<string, object> JSProperties { get; }
#Property Value
Type | Description |
---|---|
Dictionary<String, Object> | A System. |
#Remarks
The JSProperties provides access to a collection of key-value pairs which represent properties declared by handling the ASPxDashboard.CustomJSProperties event and their values.
See Also