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

DashboardControlClientSideEvents.CustomizeMenuItems Property

This property is obsolete.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
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 entire JavaScript function code used to handle an event.

See Also