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

ChartDesignerClientSideEvents.SaveCommandExecute Property

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

Namespace: DevExpress.XtraCharts.Web.Designer

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string representing the source code of the event handler.

See Also