Click or drag to resize
DashboardTabHidden Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets whether a dashboard tab is visible.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Hidden { get; set; }

Property Value

Type: Boolean
A boolean flag that determines whether this dashboard tab is visible.

Return Value

Type: Boolean
A boolean flag that determines whether this dashboard tab is visible.
Remarks
This property is not serialized and is only intented for use embedded via the API.
See Also