Skip to main content
A newer version of this page is available. .

GanttTaskTitlePosition Enum

Lists task title position.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public enum GanttTaskTitlePosition

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

Gantt Control

Online Demos

See Also