DayView.TimeMarkerVisibility Property
In This Article
Gets or sets the visibility mode of the time marker for all DayView.TimeRulers of the view.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(TimeMarkerVisibility.TodayView)]
public TimeMarkerVisibility TimeMarkerVisibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Time |
Today |
A Time |
Available values:
Name | Description |
---|---|
Never | Time |
Always | Time |
Today |
Displays the time marker if the view contains the current date. |
#Remarks
For a particular Time Ruler, the visibility mode can be specified using the TimeRuler.TimeMarkerVisibility property.
See Also