TcxTreeListOptionsCustomizing.ColumnHiding Property
In This Article
Specifies how users can hide columns in the Tree List control.
#Declaration
Delphi
property ColumnHiding: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Users can hide columns by dragging their headers from the column header panel to the customization form. If the ColumnHiding
property is set to True
, users can also hide columns by dropping their headers, even if the customization form is not displayed.
Note
The Column
property is in effect only if the TreeTrue
.
#Default Value
The ColumnHiding
property’s default value is False
.
See Also