[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the column title can be displayed as multiple lines.
Source position: grids.pas line 503
published property TGridColumnTitle.MultiLine : Boolean |
MultiLine is a Boolean that indicates if the column title can be displayed as multiple lines. The default value for the is False. Changing the value in MultiLine cause the ColumnChanged method for the TGridColumn class instance to be called.
|
Performs actions needed when a column in the grid is changed. |