cxTreeListDefMinWidth Constant
Declaration
const cxTreeListDefMinWidth = 20;
Remarks
This global constant specifies the default value of:
The TcxTreeListColumn class’ MinWidth property. You can reset the property to its default value by calling the column’s RestoreWidths procedure;
The TcxTreeListBand class’ MinWidth property. You can reset the property to its default value by calling the band’s RestoreWidths procedure.
See Also