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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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 |
|
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.