DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a value that indicates whether the current query is refreshing.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: 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: 
BooleanA value that indicates whether the current query is refreshing.
Return Value
Type: 
BooleanA value that indicates whether the current query is refreshing.
Remarks
See Also