This documentation is archived and is not being maintained.
DataGridItemCollection.IsSynchronized Property
.NET Framework 1.1
Gets a value indicating whether access to the DataGridItemCollection is synchronized (thread-safe).
[Visual Basic] Public Overridable ReadOnly Property IsSynchronized As Boolean _ Implements ICollection.IsSynchronized [C#] public virtual bool IsSynchronized {get;} [C++] public: __property virtual bool get_IsSynchronized(); [JScript] public function get IsSynchronized() : Boolean;
Property Value
false in all cases.
Implements
Remarks
This property is derived from the System.Collections.ICollection interface and is overridden to always return false.
For more information on the IsSynchronized property, see the ICollection.IsSynchronized property of the System.Collections.ICollection interface.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGridItemCollection Class | DataGridItemCollection Members | System.Web.UI.WebControls Namespace | ICollection.IsSynchronized | System.Collections.ICollection
Show: