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

TreeListOptionsCustomization.AllowBandResizing Property

Specifies whether bands can be resized by dragging the right edge of their headers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if bands can be resized; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

To prevent a specific band from being resized, use the band’s TreeListOptionsBand.AllowSize property.

The band’s OptionsBand.FixedWidth property is in effect only when the Tree List is resized. This property value does not relate to the OptionsBand.AllowSize and AllowBandResizing properties.

See Also