Back to Devexpress

TreeListOptionsColumn.FixedWidth Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumn-fa507081.md

latest2.2 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool FixedWidth { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property FixedWidth As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to FixedWidth
TreeListColumn

.OptionsColumn .FixedWidth

|

See Also

AutoWidth

Width

VisibleWidth

MaxWidth

MinWidth

TreeListOptionsColumn Class

TreeListOptionsColumn Members

DevExpress.XtraTreeList.Columns Namespace