Back to Devexpress

CustomDashboardItem Class

dashboard-devexpress-dot-dashboardcommon-c9484eb1.md

latest2.0 KB
Original Source

CustomDashboardItem Class

Contains base functionality for custom dashboard items. This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CustomDashboardItem :
    DataDashboardItem
vb
Public Class CustomDashboardItem
    Inherits DataDashboardItem

The following members return CustomDashboardItem objects:

Remarks

The CustomDashboardItem class serves as a base class for WinForms custom dashboard items and ensures compatibility between the Win and Web platforms.

To create a custom item, refer to the classes for more information:

Implements

ICustomPropertyProvider

Inheritance

Object DashboardItem DataDashboardItem CustomDashboardItem CustomDashboardItem<T>

See Also

CustomDashboardItem Members

DevExpress.DashboardCommon Namespace