Skip to main content
All docs
V19.1

GanttViewSettings.TreeListAreaWidth Property

Specifies the Tree List area’s width.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

[DefaultValue(0)]
public int TreeListAreaWidth { get; set; }

Property Value

Type Default
Int32 0

Property Paths

You can access this nested property as listed below:

Object Type Path to TreeListAreaWidth
ASPxGantt
.SettingsGanttView.TreeListAreaWidth
GanttSettings
.SettingsGanttView.TreeListAreaWidth
MVCxGantt
.SettingsGanttView.TreeListAreaWidth

Remarks

Use the TreeListAreaWidth property to specify the Tree List area’s width.

<dx:ASPxGantt ID="Gantt" runat="server" ...>
    <Columns>
        ...
    </Columns>
    <SettingsGanttView TreeListAreaWidth="430" />
    <Mappings>
    ...
    </Mappings>
</dx:ASPxGantt>

Concept

Gantt Control

Online Demo

ASPxGantt - Features

See Also