Skip to main content

DashboardControlClientSideEvents.CustomizeMenuItems Property

This property is obsolete.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue("")]
public string CustomizeMenuItems { get; set; }

Property Value

Type Default Description
String String.Empty

A string that is either the name of a JavaScript function or the JavaScript function code that is executed when the the event is raised.

See Also