DashboardDesignerInitialised Property |
|
DataPA OpenAnalytics 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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Initialised { get; }
Public ReadOnly Property Initialised As Boolean
Get
public:
virtual property bool Initialised {
bool get () sealed;
}
function get_Initialised();
Return Value
Type:
BooleanReturns true if the Initialise method has been called.
Remarks See Also