Skip to main content
All docs
V25.1
  • CustomDashboardItem<T> Class

    A custom dashboard item.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.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