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

TreeListMappings.AutoFillColumn Property

Gets or sets a column that automatically stretches to occupy all available empty space when the column auto-width functionality is disabled.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

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

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
[XtraSerializableProperty]
public TreeListColumn AutoFillColumn { get; set; }

Property Value

Type Default Description
TreeListColumn null

A TreeListColumn object that occupies free TreeList space.

Remarks

See the TreeList.AutoFillColumn property for more information.

See Also