Back to Devexpress

Dashboard Item Menu

dashboard-117446-web-dashboard-ui-elements-and-customization-dashboard-item-menu.md

latest3.2 KB
Original Source

Dashboard Item Menu

  • Aug 15, 2023
  • 2 minutes to read

The dashboard item menu allows you to configure a dashboard item. This menu includes an interface to supply a dashboard item with data, specify interactivity settings, etc.

The dashboard item menu consists of pop-up panels that are invoked with the buttons listed in the table below.

IconNameDescription
MoveAllows you to customize a dashboard item layout using drag-and-drop operations. To learn more, see Dashboard Items Layout.
BindingInvokes the Binding menu that allows you to create and modify data binding of the selected dashboard item.
FiltersInvokes the Filters menu that allows you apply filters on a dashboard item.
InteractivityInvokes the Interactivity menu that contains settings affected by interaction between various dashboard items.
OptionsInvokes the Options menu that contains specific options and settings related to the current dashboard item. Settings can be combined into sections like Common, Legend, Colors, etc.
Convert ToInvokes the Convert To dialog that allows you to convert or duplicate the current item.
DeleteDeletes the current dashboard item from the dashboard surface.

Customization

To customize the Options menu, handle the CustomizeSections. The SectionOptions interface provides options for a new section in the dashboard item menu.

To remove a button from the dashboard menu, unregister the corresponding extension (for example, unregister the FilterPanelExtension extension to remove the Filters button).