TreeListMappings.AutoFillColumn Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[DefaultValue(null)]
[DXCategory("Data")]
[XtraSerializableProperty]
public TreeListColumn AutoFillColumn { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
null | A Tree |
#Remarks
See the TreeList.AutoFillColumn property for more information.
See Also