Specifies if the marquee is running or not

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

Syntax

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

See Also