property Column.Enabled as Boolean

Returns or sets a value that determines whether a column's header can respond to user-generated events.

TypeDescription
Boolean A boolean expression that determines whether a column's header can respond to user-generated events.

If the Enabled property is False, then all cells in the column are disabled, no matter if the CellEnabled property is True. Use the Enabled property to disable the control.