TcxTreeListColumn.RestoreDefaults Method
Restores the default column settings.
Declaration
procedure RestoreDefaults; virtual;
Remarks
This method does the following:
Restores column options to their default values.
Sets the SortOrder property to soNone.
Sets the column caption‘s vertical and horizontal alignment options to vaTop and taLeftJustify, respectively.
Restores the column’s default width.
See Also