This example demonstrates how to use the client-side CustomizeMenuActions event to hide the existing Validate Bindings toolbar command and add a new Refresh command that refreshes the current report tab.
Implementation Details
To obtain the existing command, call the event argument's GetById method and pass the command ID as a parameter. Then, disable the obtained command's visible property to hide it.
To add a new toolbar command, specify its settings and push it to the event argument's Actions collection.
Documentation
- Customize the Report Designer Toolbar (ASP.NET WebForms)
- Customize the Report Designer Toolbar (ASP.NET MVC)
- Customize the Report Designer Toolbar (ASP.NET Core)
Does this example address your development requirements/objectives?
(you will be redirected to DevExpress.com to submit your response)