ComponentOne FlexGrid for WinForms
AllowEditing Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : AllowEditing Property
Gets or sets whether cells on this row or column can be edited by the user.
Syntax
'Declaration
 
Public Overridable Property AllowEditing As Boolean
public virtual bool AllowEditing {get; set;}
Remarks

The grid object also has an AllowEditing property. If editing is disabled at the grid level, the user will not be able to edit any cells.

If editing is allowed by the grid's AllowEditing property, then editing of individual rows and columns can still be disabled by setting this property to false.

See Also

Reference

RowCol Class
RowCol Members