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

TreeListOptionsBand.AllowSize Property

Specifies whether the band can be resized by dragging the right edge of its header;

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the band can be resized; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowSize
TreeListBand
.OptionsBand.AllowSize

Remarks

You can prevent all bands from being resized in a centralized way by using the TreeListOptionsCustomization.AllowBandResizing 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 AllowSize and TreeListOptionsCustomization.AllowBandResizing properties.

See Also