[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The style used for a button displayed for cells in the column.
Source position: grids.pas line 612
published property TGridColumn.ButtonStyle : TColumnButtonStyle |
ButtonStyle is a TColumnButtonStyle property which indicates the button style used for cell editors displayed in the column. The default value is cbsAuto, and causes String-based editors with an Ellipsis button to be selected.
See TColumnButtonStyle for other values allowed used in the property, and their usage.
Changing the value for the property causes the ColumnChanged method to be called to update the collection item and reset the value in WidthChanged to False.
ButtonStyle is used when the GetDefaultEditor or EditorByStyle methods in Grid are called.
|
Performs actions needed when a column in the grid is changed. |
|
|
True when the width for the column has been changed. |
|
|
The grid control to which this column belongs. |
|
|
Provides indexed access to column definitions in the collection. |
|
|
Selects a cell Editor control with the specified style. |
|
|
Gets the default cell editor for the specified column. |
|
|
Enumeration with cell editor types available in a grid control. |
|
|
Implements a composite cell editor with combines one or more of the predefined cell editors types. |
|
Version 4.0 | Generated 2025-05-03 | Home |