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

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

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
	Get
JScript
final function get IsSynchronized () : boolean

Implements

ICollection..::..IsSynchronized

See Also