DataPA Enterprise Dashboard Controls API Reference
Gets a property indicating whether or not the Initialise method has been called. The control cannot be used while this value is false.

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

Syntax

C#
public bool Initialised { get; }
Visual Basic
Public ReadOnly Property Initialised As Boolean
	Get
Visual C++
public:
virtual property bool Initialised {
	bool get () sealed;
}

Return Value

Type: Boolean
Returns true if the Initialise method has been called.

Remarks