Specifies if the grid is loading historical data
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsLoadingData { get; protected set; } |
Visual Basic |
---|
Public Property IsLoadingData As Boolean Get Protected Set |
JScript |
---|
function get IsLoadingData () : boolean protected function set IsLoadingData (value : boolean) |