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

CustomDashboardItem Class

A custom item that allows you to implement and embed any additional items into the Web Dashboard.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class CustomDashboardItem :
    DataDashboardItem

Remarks

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

See Custom Item for more information.

Inheritance

See Also