TreeListOptionsColumn.FixedWidth Property
In This Article
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.v24.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 Fixed |
---|---|
Tree |
|
See Also