Back to Devexpress

GanttTaskTitlePosition Enum

aspnet-devexpress-dot-web-dot-aspxgantt-7c86095b.md

latest1.8 KB
Original Source

GanttTaskTitlePosition Enum

Lists task title position.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GanttTaskTitlePosition
vb
Public Enum GanttTaskTitlePosition

Members

NameDescription
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:

Remarks

Use the TaskTitlePosition property to specify a task’s title position.

Example

aspx
<dx:ASPxGantt ID="Gantt" runat="server" ...>
    //...
    <SettingsGanttView TaskTitlePosition="Outside" />
</dx:ASPxGantt>

Concept

Gantt Control

Online Demos

See Also

ASPxGantt - 'How To' Examples

DevExpress.Web.ASPxGantt Namespace