Back to Devexpress

TreeListOptionsBand.AllowSize Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsband-c639f20e.md

latest2.4 KB
Original Source

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.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

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

AllowBandResizing

TreeListOptionsBand Class

TreeListOptionsBand Members

DevExpress.XtraTreeList.Columns Namespace