Skip to main content
A newer version of this page is available. .
All docs
V23.1

GanttControlTimelineOptions.ShowTodayIndicator Property

Gets or sets whether to display the Today indicator.

Namespace: DevExpress.XtraGantt.TimeLine

Assembly: DevExpress.XtraGantt.v23.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