Gets or sets a value indicating whether the grid is busy.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Field Value

true if the grid is busy; otherwise, false.

See Also