Back to Devexpress

DashboardItem Class

dashboard-devexpress-dot-dashboardcommon-6894f46f.md

latest7.1 KB
Original Source

DashboardItem Class

Serves as the base class for dashboard items.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class DashboardItem :
    IDashboardComponent,
    IComponent,
    IDisposable,
    ISupportInitialize,
    IChangeService,
    ISupportPrefix,
    ICurrencyCultureNameProvider,
    IFiltersProvider,
    ICustomPropertyProvider
vb
Public MustInherit Class DashboardItem
    Implements IDashboardComponent,
               IComponent,
               IDisposable,
               ISupportInitialize,
               IChangeService,
               ISupportPrefix,
               ICurrencyCultureNameProvider,
               IFiltersProvider,
               ICustomPropertyProvider

The following members return DashboardItem objects:

Remarks

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.

Implements

ICustomPropertyProvider

Inheritance

Show 34 items

Object DashboardItem DashboardItemGroup

DashboardTabPage

DataDashboardItem

ImageDashboardItem

TabContainerDashboardItem

ChartDashboardItemBase

BubbleMapDashboardItem

KpiDashboardItem<TKpiElement>

MapDashboardItem

ScatterChartDashboardItem

TextBoxDashboardItem

TreemapDashboardItem

BoundImageDashboardItem

CardDashboardItem

ComboBoxDashboardItem

DateFilterDashboardItem

GridDashboardItem

ListBoxDashboardItem

TreeViewDashboardItem

ChartDashboardItem

SeriesDashboardItem

FilterElementDashboardItem

ChoroplethMapDashboardItem

CustomDashboardItem

CustomDashboardItem<T>

GaugeDashboardItem

GeoPointMapDashboardItem

GeoPointMapDashboardItemBase

PieDashboardItem

PieMapDashboardItem

PivotDashboardItem

RangeFilterDashboardItem

See Also

DashboardItem Members

Dashboard Item Settings

DevExpress.DashboardCommon Namespace