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