Gets or sets a value indicating whether the grid is loading data.

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

Syntax

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

Field Value

true if the grid is loading data; otherwise, false.

Implements

IDataGrid..::..IsLoadingData

See Also