Skip to main content
All docs
V18.2

ASPxClientMenuAction.clickAction Property

Provides access to the action performed when a button is clicked.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public Delegate clickAction { get; }

Property Value

Type Description
Delegate

The specific action implementation.

See Also