Skip to main content
All docs
V25.1
  • GanttControlTimelineOptions.ShowTodayIndicator Property

    Gets or sets whether to display the Today indicator.

    Namespace: DevExpress.XtraGantt.TimeLine

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DefaultValue(true)]
    [DXCategory("Options")]
    [XtraSerializableProperty]
    public bool ShowTodayIndicator { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to display the Today indicator; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ShowTodayIndicator
    GanttControl
    .OptionsTimeline .ShowTodayIndicator

    Remarks

    Today Indicator - WinForms Gantt Control

    See Also