[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The number of rows displayed in the drop-down list for a cell editor in the column.
Source position: grids.pas line 614
published property TGridColumn.DropDownRows : LongInt |
DropDownRows is a Longint property with the number of rows displayed in the drop-down list for the cell editor in the column. The default value is 7.
DropDownRows is assigned to the cell editor retrieved in the GetDefaultEditor method in the Grid control. It is relevant when the ButtonStyle for the column is set or resolved to cbsPicklist in the EditorByStyle method for the Grid control.
|
The style used for a button displayed for cells in the column. |
|
|
Gets the default cell editor for the specified column. |
|
|
Selects a cell Editor control with the specified style. |
|
|
Enumeration with cell editor types available in a grid control. |
|
|
Implements a cell editor control which displays a pick list. |
|
|
The maximum number of Items visible in the drop-down list for the control. |
Version 4.0 | Generated 2025-05-03 | Home |