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

In This Topic
    IsReadOnly Property (C1DataGrid)
    In This Topic
    Gets or sets a value indicating whether the user is able to add remove or modify info from the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also