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 IsLoading { get; }
Visual Basic
Public ReadOnly Property IsLoading As Boolean
	Get
JScript
function get IsLoading () : boolean

Field Value

true if the grid is busy; otherwise, false.

See Also