Skip to main content
A newer version of this page is available.
All docs
V17.2

ASPxClientReportDesigner.PreviewCustomizeMenuActions Event

Enables you to customize the actions of a Document Viewer built into a Web Report Designer.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public event ASPxClientWebDocumentViewerCustomizeMenuActionsEventHandler PreviewCustomizeMenuActions

Event Data

The PreviewCustomizeMenuActions event's data class is ASPxClientCustomizeMenuActionsEventArgs. The following properties provide information specific to this event:

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

The event data class exposes the following methods:

Method Description
GetById(String) Returns a menu action with the specified ID.

Remarks

For examples of customizing menu actions, refer to Customizing the Report Designer Toolbar and Customizing the Document Viewer Toolbar in ASP.NET .

See Also