TabContainerDashboardItem.ParentContainer Property
In This Article
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 |
---|---|
IDashboard |
Always null. |
#Remarks
A tab container cannot be placed in other dashboard item containers, so the ParentContainer property is always null.
See Also