dashboard-devexpress-dot-dashboardcommon-6894f46f.md
Serves as the base class for dashboard items.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public abstract class DashboardItem :
IDashboardComponent,
IComponent,
IDisposable,
ISupportInitialize,
IChangeService,
ISupportPrefix,
ICurrencyCultureNameProvider,
IFiltersProvider,
ICustomPropertyProvider
Public MustInherit Class DashboardItem
Implements IDashboardComponent,
IComponent,
IDisposable,
ISupportInitialize,
IChangeService,
ISupportPrefix,
ICurrencyCultureNameProvider,
IFiltersProvider,
ICustomPropertyProvider
The following members return DashboardItem objects:
Dashboard items are UI elements used to display data within the Dashboard. The DashboardItem class provides basic functionality for all types of dashboard items. All dashboard items can be divided into the following groups.
The Dashboard.Items property provides access to a collection of items within a dashboard, while the DashboardItemGroup.Items allows you to access dashboard items contained within the specified group.
You can identify a specific dashboard item using its component name (the DashboardItem.ComponentName property).
To specify the parent group / tab container for the current dashboard item, use the DashboardItem.ParentContainer property.
Show 34 items
Object DashboardItem DashboardItemGroup
See Also