Icon ColumnControlActive Property

property ColumnControlActive: Boolean

Available In: Visual Client Applications

Indicates whether any grid column control is currently active. The control for a grid column is controlled via the TGridColumn ControlType property, and the grid column controls can be made visible by calling the ShowColumnControl method. This property can only be true if the ColumnControlVisible property is True.

Information Even if the ColumnControlVisible property is True, it is possible that there won't be any active column controls because row selection is turned on for the grid control or the column doesn't use a control for display or editing. Use this property to determine if any grid column controls are actually active.
Image