Skip to main content
A newer version of this page is available. .

CustomDashboardItem Class

A custom item that implements an additional item into the Web Dashboard. For internal use only.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public class CustomDashboardItem :
    DataDashboardItem

Remarks

Note

In the current version, the Dashboard Suite does not provide a full-featured API to configure custom dashboard items on the server side. The CustomDashboardItem class is intended for compatibility purposes between the Win and Web platforms and it is for internal use only.

In addition to numerous built-in dashboard items, you can implement and embed your own items into the Web Dashboard - custom items.

The image below demonstrates the FunnelD3 custom item that supports data binding, master filtering, and coloring:

CustomItem_Funnel_Main

Refer to the Custom Item article for more information.

Inheritance

See Also