Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (IntelliSenseItems)
    In This Topic
    Gets a value indicating whether the IntelliSenseItems is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As IntelliSenseItems
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    See Also