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

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.v21.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class CustomDashboardItem :
    DataDashboardItem

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:

See Also