Skip to main content
All docs
V19.2

GanttSettingsTaskList.Width Property

Specifies the task list’s width.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

The width.

Property Paths

You can access this nested property as listed below:

Object Type Path to Width
ASPxGantt
GanttSettings
MVCxGantt

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" ... >
    <SettingsTasksList Width="45%" >
        <Columns>
            //...
        </Columns>
    </SettingsTasksList>
</dx:ASPxGantt>

Online Demo

ASPxGantt - Appearance Customization

See Also