Gets a value indicating whether access to the EmptyDataSource is synchronized (thread-safe).

Namespace:  C1.Web.UI.Controls.C1GridView.Data
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
	Get

Implements

ICollection..::..IsSynchronized

See Also