aspnet-devexpress-dot-web-dot-aspxgantt-7c86095b.md
Lists task title position.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public enum GanttTaskTitlePosition
Public Enum GanttTaskTitlePosition
| Name | Description |
|---|---|
Inside |
Displays a title inside a task.
|
| Outside |
Displays a title outside a task.
|
| None |
Does not display a title.
|
The following properties accept/return GanttTaskTitlePosition values:
Use the TaskTitlePosition property to specify a task’s title position.
<dx:ASPxGantt ID="Gantt" runat="server" ...>
//...
<SettingsGanttView TaskTitlePosition="Outside" />
</dx:ASPxGantt>
See Also