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