Skip to main content

IDashboardItemContainer Interface

Provides base properties for dashboard containers.

Namespace: DevExpress.DashboardCommon

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

Declaration

public interface IDashboardItemContainer

Remarks

The IDashboardItemContainer is the base interface for the DashboardTabPage and DashboardItemGroup classes. It provides the Name and ComponentName properties.

See Also