TimeMarkerVisibility Enum
Lists modes which determine how the time marker on the TimeRuler is displayed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Never
|
Time |
Always
|
Time |
Today
|
Displays the time marker if the view contains the current date. |
#Related API Members
The following properties accept/return TimeMarkerVisibility values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Time |
Win |
Day |
WPF Controls | Day |
Day |
|
ASP. |
Day |
#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:
Platform | Property |
---|---|
Win |
Day |
WPF | Day |
ASP. |
Day |