DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if data should be cleared on the next refresh.
True if data should be cleared on the next refresh.
Gets and sets a property that indicates if data should be cleared on the next refresh.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public bool ClearDataOnNextRefresh { get; set; } |
| Visual Basic |
|---|
Public Property ClearDataOnNextRefresh As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool ClearDataOnNextRefresh { bool get () sealed; void set (bool value) sealed; } |
Property Value
Type: BooleanTrue if data should be cleared on the next refresh.
Return Value
Type: BooleanTrue if data should be cleared on the next refresh.
Remarks
If DataManageType is DataManageTypeEnum.Standard will always return true.