TcxTreeListOptionsCustomizing.ColumnHiding Property
Specifies how users can hide columns in the Tree List control.
Declaration
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 ColumnHiding
property is in effect only if the TreeList control’s OptionsCustomizing.ColumnCustomizing property is set to True
.
Default Value
The ColumnHiding
property’s default value is False
.
See Also