Skip to main content
All docs
V18.2

ASPxClientCustomizeMenuActionsEventArgs.Actions Property

Provides access to the collection of actions available in the toolbar and menu.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientMenuAction[] Actions { get; }

Property Value

Type Description
ASPxClientMenuAction[]

An array of ASPxClientMenuAction objects.

See Also