Skip to main content
All docs
V26.1
  • GanttTaskTitlePosition Enum

    Lists task title position.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v26.1.dll

    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.

    Gantt - TaskTitlePosition Property

    Example

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

    Concept

    Gantt Control

    Online Demos

    See Also