Skip to main content
All docs
V18.2

ASPxClientCustomizeMenuActionsEventArgs(ASPxClientMenuAction[]) Constructor

Initializes a new instance of the ASPxClientCustomizeMenuActionsEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientCustomizeMenuActionsEventArgs(
    ASPxClientMenuAction[] actions
)

Parameters

Name Type Description
actions ASPxClientMenuAction[]

An array of ASPxClientMenuAction objects. This array is assigned to the ASPxClientCustomizeMenuActionsEventArgs.Actions property.

See Also