Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollectionInfo Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (SubItemCollectionInfo)
    In This Topic
    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