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

ClientControlsMenuItem.JSClickAction Property

Specifies the client-side action to be performed when the command is invoked.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also