Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

SchedulerTimeIndicatorVisibility Enum

Lists the values for Scheduler’s time indicator modes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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