Skip to main content

ClientControlsMenuItem.JSClickAction Property

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

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v24.1.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