Skip to main content
A newer version of this page is available. .

TreeListOptionsCustomization.AllowQuickHideColumns Property

Specifies whether bands and individual columns can be hidden by dragging their headers away from the header panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowQuickHideColumns { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if bands and columns can be hidden by dragging their headers away from the header panel; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowQuickHideColumns
WinForms Controls GanttControl
.OptionsCustomization.AllowQuickHideColumns
ResourcesTree
.OptionsCustomization.AllowQuickHideColumns
TreeList
.OptionsCustomization.AllowQuickHideColumns
Reporting XRDesignFieldList
.OptionsCustomization.AllowQuickHideColumns
XRDesignReportExplorer
.OptionsCustomization.AllowQuickHideColumns

Remarks

If the AllowQuickHideColumns property is set to false, columns and bands can only be hidden by dragging their headers to the Customization Form.

This property is not in effect when you customize bands using the Tree List Designer.

See Also