DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the current query is refreshing.

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

Syntax

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

Property Value

Type: Boolean
A value that indicates whether the current query is refreshing.

Return Value

Type: Boolean
A value that indicates whether the current query is refreshing.

Remarks