Icon AlwaysShowControls Property

property AlwaysShowControls: Boolean

Available In: Visual Client Applications

Specifies whether the grid should always show any column controls for the grid columns. A grid column has a control associated with it when the TGridColumn ControlType property is not equal to ctNone.

Information Not all column controls offer text editing capabilities. Some are used strictly for displaying the data in the grid column, while others like the checkbox control offer editing via double-click interactions.
Image