Skip to main content

TabContainerDashboardItem.ParentContainer Property

Gets the container that stores the current item. Always null.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[Browsable(false)]
public IDashboardItemContainer ParentContainer { get; }

#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