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

Declaration

[DXCategory("Data")]
[DefaultValue(null)]
[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