Back to Devexpress

TreeListOptionsCustomization.AllowBandResizing Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionscustomization-452759cc.md

latest2.6 KB
Original Source

TreeListOptionsCustomization.AllowBandResizing Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowBandResizing { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowBandResizing As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if bands can be resized; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

AllowSize

TreeListOptionsCustomization Class

TreeListOptionsCustomization Members

DevExpress.XtraTreeList Namespace