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

DashboardTabPage.ParentContainer Property

Hides the base class method. Always returns null.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Description
IDashboardItemContainer

Always null.

See Also