Spread Windows Forms 12.0 Product Documentation
IsReadOnly Property (SubItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class : IsReadOnly Property
Gets whether the collection is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As SubItemCollectionInfo
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}

Property Value

true if the System.Collections.IList is read-only; otherwise, false.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members