TimeIndicatorDisplayOptionsBase.Visibility Property
Gets or sets a mode that specifies conditions for displaying the time indicator.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty]
public virtual TimeIndicatorVisibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
TimeIndicatorVisibility | A TimeIndicatorVisibility enumeration member. |
Available values:
Name | Description | Image |
---|---|---|
Never | The time indicator is hidden. |
|
Always | The time indicator is always displayed across the entire view. |
|
TodayView | If the current interval includes the today day column, the indicator is displayed for all days (equal to the “Always” value). If there is no today date in the current interval, the indicator is hidden (equal to the “Never” value). |
|
CurrentDate | The time indicator is displayed only in the Today date’s column. |
|
DaysBeforeToday | The time indicator is drawn only if the current interval includes the today date (same as in “TodayView” mode), and only inside columns that precede the today column. |