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

ASPxClientQueryBuilder.CustomizeToolbarActions Event

Enables you to customize the menu actions of a Query Builder.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public event ASPxClientQueryBuilderCustomizeToolbarActionsEventHandler CustomizeToolbarActions

Event Data

The CustomizeToolbarActions 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.
See Also