cxTreeListDefWidth Constant
In This Article
#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