Skip to main content

IDashboardItemContainer Interface

Provides base properties for dashboard containers.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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