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

TreeListOptionsColumn.FixedWidth Property

Gets or sets whether the column’s width remains the same when the column’s auto width feature is enabled.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool FixedWidth { get; set; }

Property Value

Type Default Description
Boolean false

true if the column’s width remains the same when the column’s auto width feature is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to FixedWidth
TreeListColumn
.OptionsColumn .FixedWidth
See Also