GanttControlTimelineOptions.ShowTodayIndicator Property
Gets or sets whether to display the Today indicator.
Namespace: DevExpress.XtraGantt.TimeLine
Assembly: DevExpress.XtraGantt.v24.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 |
|
Remarks
See Also