Skip to main content
A newer version of this page is available. .
All docs
V21.1

CustomDashboardItem<T> Class

A custom dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class CustomDashboardItem<T> :
    CustomDashboardItem
    where T : CustomItemMetadata, new()

Type Parameters

Name Description
T

A CustomItemMetadata class descendant.

Remarks

A custom dashboard item allows you to embed any WinForms UI control into a dashboard. The following image illustrates a custom dashboard Funnel item:

Win Dashboard Custom Funnel Item

Follow the steps below to create a custom dashboard item:

View Example: Custom Items Tutorial

View Example: Custom Items Extension

Refer to the following article for more information about custom items: Custom Items Overview.

See Also