SchedulerTimeIndicatorVisibility Enum
Lists the values for Scheduler’s time indicator modes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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