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. The HeaderEnabled property enables or disables the control's header (including the control's sort/groupby-bar). If the header is disabled, the user can't resize, sort or drag and drop any column.