DashboardControlClientSideEvents.DashboardChanged Property
OBSOLETE
The DashboardChange client-side event is obsolete. Use the DashboardInitialized event instead.
The DashboardChanged client-side event is obsolete. Use the DashboardInitialized handler instead.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[Browsable(false)]
[Obsolete("The DashboardChange client-side event is obsolete. Use the DashboardInitialized event instead.")]
public string DashboardChanged { get; set; }
Property Value
Type | Description |
---|---|
String | A string that is a function executed when the the event is raised. |
See Also