DataPA Enterprise Dashboard Controls API Reference
Gets the width of this Dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public int Width { get; }
Visual Basic
Public ReadOnly Property Width As Integer
	Get
Visual C++
public:
virtual property int Width {
	int get () sealed;
}

Return Value

Type: Int32
The width of this Dashboard.

Remarks