Back to Devexpress

Advanced Customization

dashboard-401701-web-dashboard-advanced-customization.md

latest1.3 KB
Original Source

Advanced Customization

  • Oct 24, 2023

The topics in this section describe how to customize the Web Dashboard and create custom dashboard items.

Access to Underlying WidgetsThe Web Dashboard control uses DevExtreme widgets to visualize dashboard item data. The topic shows how to access these widgets and customize their settings to add specific functionality.Custom PropertiesCustom properties allow you to store custom settings in a dashboard definition. You can read these settings and use these values to natively implement and embed your own functionality into a Web Dashboard.Custom ItemA custom item is a complex extension that acts as a dashboard item. The topic describes how to use DevExtreme widgets or third-party JavaScript libraries to create additional dashboard items.

Custom Extensions