TcxCustomTreeList.RestoreColumnsDefaults Method
Restores the default settings of all columns.
Declaration
procedure RestoreColumnsDefaults;
Remarks
This method restores the following settings:
The column’s sort order (see the SortOrder property) is set to
soNone
.The column’s caption text alignments (TcxTreeListCaption.AlignHorz and TcxTreeListCaption.AlignVert) are set to
taLeftJustify
andvaTop
.The column’s width is set to its default value (MinWidth and Width).
Default column options are restored to their default values (Options).
To restore only the default column width, use the RestoreColumnsWidths method.
See Also