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
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
The task list’s width. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Width |
---|---|---|
ASP. |
Gantt |
|
ASP. |
ASPx |
|
#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