Specifies if the grid is loading historical data

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsLoadingData { get; private set; }
Visual Basic
Public Property IsLoadingData As Boolean
	Get
	Private Set
JScript
function get IsLoadingData () : boolean
private function set IsLoadingData (value : boolean)

See Also