Skip to main content

DashboardTabPage.ParentContainer Property

Hides the base class method. Always returns null.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Description
IDashboardItemContainer

Always null.

See Also