Skip to main content
A newer version of this page is available. .

TabContainerDashboardItem.ParentContainer Property

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

Namespace: DevExpress.DashboardCommon

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

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