Skip to main content
All docs
V25.1
  • CustomItemTextEventArgs(String, String, GanttTimelineItemInfo) Constructor

    Initializes a new instance of the CustomItemTextEventArgs class with specified settings.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public CustomItemTextEventArgs(
        string caption,
        string details,
        GanttTimelineItemInfo item
    )

    Parameters

    Name Type Description
    caption String

    The task caption (in the timeline). This value is assigned to the Caption property.

    details String

    The the task details (in the timeline). This value is assigned to the Details property.

    item DevExpress.XtraGantt.TimeLine.GanttTimelineItemInfo

    An object that contains view information about the task. This value is assigned to the Task property.

    See Also