C1.Win.FlexGrid Namespace / RowCol Class / AllowEditing Property

In This Topic
AllowEditing Property (RowCol)
In This Topic
Gets or sets whether cells on this row or column can be edited by the user.
Syntax
'Declaration
 
Public Overridable Property AllowEditing As Boolean
 
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