Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: 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