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: DataPAEnterpriseDashboardAssembly: 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:
BooleanReturns true if the Initialise method has been called.
Remarks
See Also