Skip to main content

TreeListOptionsCustomization.AllowBandResizing Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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:

Object Type Path to AllowBandResizing
TreeList
.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