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.

Use the Enabled property to disable a column. If a column is disabled, the user can select new items, but any checkbox, radio button, or editor in the cells of the column is disabled. Use the CellEnabled property to disable a particular cell. Use the EnableItem property to disable an item. Use the SelectableItem property to specify the user can select an item.