[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridColumn.Expanded

Indicates if the drop-down list in the column cell editor is displayed in an expanded state.

Declaration

Source position: grids.pas line 615

published property TGridColumn.Expanded : Boolean
  read GetExpanded
  write SetExpanded
  default True;

Description

Expanded is a Boolean property which indicates if the drop-down list for the column cell editor is displayed in an expanded state. The default value for the property is True. A value assigned to the property is ignored; write access is not enabled for the property value.

See also

TGridColumn.ButtonStyle

  

The style used for a button displayed for cells in the column.

TGridColumn.DropDownRows

  

The number of rows displayed in the drop-down list for a cell editor in the column.

TColumnButtonStyle

  

Enumeration with cell editor types available in a grid control.

TPickListCellEditor

  

Implements a cell editor control which displays a pick list.


Version 4.0 Generated 2025-05-03 Home