Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupInfoCollection Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (GroupInfoCollection)
    In This Topic
    Gets whether the collection is read-only. (This implementation always returns false.)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As GroupInfoCollection
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}

    Property Value

    Boolean: true if collection is read-only and cannot add or remove items; false otherwise
    See Also