Click or drag to resize
DashboardDesignerFullScreenMode Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the control is in full screen mode.

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

Property Value

Type: Boolean
True if the control is in full screen mode.

Return Value

Type: Boolean
True if the control is in full screen mode.
Remarks
Setting this property to true does not change the size or location of the control, it merely determines what is displayed on the control. In order to render the dashboard full screen, it is the developers responsibility to hide the border and other controls on the form and resize the dashboard control.
See Also