Skip to main content
A newer version of this page is available. .

TimeIndicatorVisibility Enum

Lists modes used to display the Time Indicator visual element in the Scheduler view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum TimeIndicatorVisibility

Members

Name Description
Never

Time indicator is hidden.

TimeIndicatorVisibility.Never

Always

Time indicator is always displayed across the entire view.

TimeIndicatorVisibility.Always

TodayView

Time indicator is displayed across the view if the view includes a current date.

TimeIndicatorVisibility.TodayView

CurrentDate

Time indicator is displayed only in the today date’s column.

TimeIndicatorVisibility.CurrentDate

Remarks

The TimeIndicatorVisibility enumeration member is specified as the value of the following properties:

Platform Properfties
WinForms DayView.TimeIndicatorDisplayOptions, TimelineView.TimeIndicatorDisplayOptions
WPF DayView.TimeIndicatorDisplayOptions, TimelineView.TimeIndicatorDisplayOptions
ASP.NET DayView.TimeIndicatorDisplayOptions, TimelineView.TimeIndicatorDisplayOptions

The following code snippets (auto-collected from DevExpress Examples) contain references to the TimeIndicatorVisibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also