Back to Devexpress

cxTreeListDefWidth Constant

vcl-cxtl-ffed951e.md

latest750 B
Original Source

cxTreeListDefWidth Constant

Specifies the default width (in pixels) of bands and columns in all TreeList controls.

Declaration

delphi
const cxTreeListDefWidth = 100;

Remarks

This global constant specifies the TcxTreeListColumn class’ default Width property value. You can reset the column’s Width and MinWidth properties to their default values by calling the RestoreWidths procedure.

See Also

cxTreeListDefMinWidth

cxTL Unit