Spread Windows Forms 12.0 Product Documentation
IsSynchronized Property (GroupInfoCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupInfoCollection Class : IsSynchronized Property
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
public virtual bool IsSynchronized {get;}

Property Value

Boolean: true if synchronized; false otherwise
See Also

Reference

GroupInfoCollection Class
GroupInfoCollection Members