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

SchedulerTimeIndicatorVisibility Enum

Lists the values for Scheduler’s time indicator modes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum SchedulerTimeIndicatorVisibility

Members

Name Description
Never

The current time indicator is never shown.

Always

The current time indicator is always shown.

TodayView

Shows the current time indicator in the Day View only.

Related API Members

The following properties accept/return SchedulerTimeIndicatorVisibility values:

See Also