ComponentOne FlexGrid for WinForms
Restricting Grid Editing
FlexGrid for WinForms Task-Based Help > Restricting Grid Editing

To disable editing of the entire grid, specific column or specific row, set the AllowEditing property to False. Conversely, to allow editing, set the AllowEditing property to True, which is the default value.

See Also