Back to Devexpress

GanttControlTimelineOptions.ShowTodayIndicator Property

windowsforms-devexpress-dot-xtragantt-dot-timeline-dot-ganttcontroltimelineoptions-59b29d85.md

latest1.9 KB
Original Source

GanttControlTimelineOptions.ShowTodayIndicator Property

Gets or sets whether to display the Today indicator.

Namespace : DevExpress.XtraGantt.TimeLine

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Options")]
[XtraSerializableProperty]
public bool ShowTodayIndicator { get; set; }
vb
<DXCategory("Options")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowTodayIndicator As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Today indicator; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowTodayIndicator
GanttControl

.OptionsTimeline .ShowTodayIndicator

|

Remarks

See Also

Timeline

GanttControlTimelineOptions Class

GanttControlTimelineOptions Members

DevExpress.XtraGantt.TimeLine Namespace