ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (DataGridCellsRangeCollection)
    In This Topic
    Gets a value indicating whether the ICollection is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    true if the ICollection is read-only; otherwise, false.
    See Also