Back to Devexpress

TimeMarkerVisibility Enum

corelibraries-devexpress-dot-xtrascheduler-d5f7d14e.md

latest2.8 KB
Original Source

TimeMarkerVisibility Enum

Lists modes which determine how the time marker on the TimeRuler is displayed.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum TimeMarkerVisibility
vb
Public Enum TimeMarkerVisibility

Members

NameDescription
Never

TimeMarker is always hidden.

| | Always |

TimeMarker is always displayed.

| | TodayView |

Displays the time marker if the view contains the current date.

|

The following properties accept/return TimeMarkerVisibility values:

LibraryRelated API Members
Cross-Platform Class LibraryTimeRuler.TimeMarkerVisibility
WinForms ControlsDayView.TimeMarkerVisibility
WPF ControlsDayViewBase.TimeMarkerVisibility
ASP.NET Web Forms ControlsDayView.TimeMarkerVisibility

Remarks

A TimeMarker is the visual element located on the TimeRuler which points to the current time.

The TimeMarkerVisibility enumeration is used to specify the TimeRuler.TimeMarkerVisibility property value for a particular time ruler.

For all time rulers with the TimeRuler.TimeMarkerVisibility property set to null (default value), the following property specifies time marker display mode for different platforms:

PlatformProperty
WinFormsDayView.TimeMarkerVisibility
ASP.NETDayView.TimeMarkerVisibility

See Also

Time Ruler

Time Marker

DevExpress.XtraScheduler Namespace