Skip to main content
All docs
V26.1
  • CustomTaskDisplayTextEventArgs.TaskInfo Property

    Provides access to view information about the task.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public GanttChartTaskInfo TaskInfo { get; }

    Property Value

    Type Description
    DevExpress.XtraGantt.Chart.Item.Task.GanttChartTaskInfo

    An object that contains view information about the task.

    See Also