Back to Devexpress

GanttTaskListSettings.Width Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-gantttasklistsettings-fcbe1b27.md

latest2.6 KB
Original Source

GanttTaskListSettings.Width Property

Specifies the task list’s width.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(Unit), "")]
public Unit Width { get; set; }
vb
<DefaultValue(GetType(Unit), "")>
Public Property Width As Unit

Property Value

TypeDefaultDescription
UnitString.Empty

The task list’s width.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Width
ASP.NET MVC ExtensionsGanttSettings

.SettingsTaskList .Width

| | ASP.NET Web Forms Controls | ASPxGantt |

.SettingsTaskList .Width

|

Remarks

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

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

Examples

Online Demos

See Also

ASPxGantt - 'How To' Examples

GanttTaskListSettings Class

GanttTaskListSettings Members

DevExpress.Web.ASPxGantt Namespace