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

ChartDesignerClientSideEvents.CustomizeMenuActions Property

Gets or sets the source code of the ASPxClientChartDesigner.CustomizeMenuActions event handler.

Namespace: DevExpress.XtraCharts.Web.Designer

Assembly: DevExpress.XtraCharts.v19.2.Web.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value representing the source code of the event handler.

See Also