GanttTaskTitlePosition Enum
Lists task title position.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Inside
|
Displays a title inside a task. |
Outside
|
Displays a title outside a task. |
None
|
Does not display a title. |
Related API Members
The following properties accept/return GanttTaskTitlePosition values:
Remarks
Use the TaskTitlePosition property to specify a task’s title position.
Example
<dx:ASPxGantt ID="Gantt" runat="server" ...>
//...
<SettingsGanttView TaskTitlePosition="Outside" />
</dx:ASPxGantt>
Concept
Online Demos
See Also