TabContainerDashboardItem.ParentContainer Property
Gets the container that stores the current item. Always null.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
IDashboardItemContainer | Always null. |
Remarks
A tab container cannot be placed in other dashboard item containers, so the ParentContainer property is always null.
See Also