Skip to main content

GanttTaskListSettings.Width Property

Specifies the task list’s width.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Unit String.Empty

The task list’s width.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to Width
ASP.NET MVC Extensions GanttSettings
ASP.NET Web Forms Controls ASPxGantt

#Remarks

Use the Width property to specify the task list’s width.

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

#Examples

#Online Demos

See Also