Gets an object that can be used to synchronize access to the ICollection.

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

Syntax

C#
public Object SyncRoot { get; }
Visual Basic
Public ReadOnly Property SyncRoot As Object
	Get
JScript
final function get SyncRoot () : Object

Implements

ICollection..::..SyncRoot

See Also