Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfoCollection Class / IsSynchronized Property


In This Topic
IsSynchronized Property (GroupInfoCollection)
In This Topic
Gets whether access to the collection is synchronized. (This implementation always returns false.)
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsSynchronized As Boolean
 
'Usage
 
Dim instance As GroupInfoCollection
Dim value As Boolean
 
value = instance.IsSynchronized
See Also