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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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