DashboardTabPage.ParentContainer Property
In This Article
Hides the base class method. Always returns 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. |
See Also