ExtendedDataGridView AllowAddRemoveColumns Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to allow adding or removing columns.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool AllowAddRemoveColumns { get; set; }

Field Value

true to allow add/remove functionality; otherwise, false. Default is true.
See Also