Skip to main content
A newer version of this page is available. .

DayView.TimeMarkerVisibility Property

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.v19.2.dll

Declaration

[DefaultValue(TimeMarkerVisibility.TodayView)]
public TimeMarkerVisibility TimeMarkerVisibility { get; set; }

Property Value

Type Default Description
TimeMarkerVisibility **TodayView**

A TimeMarkerVisibility enumeration member.

Available values:

Name Description
Never

TimeMarker is always hidden.

Always

TimeMarker is always displayed.

TodayView

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