Skip to main content

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

NuGet Packages: DevExpress.Win.Navigation, 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