Skip to main content

DayView.VisibleTimeSnapMode Property

Enables display of the specified start of the scheduler visible interval when a custom Time Ruler is applied in the Day or Work-Week view.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(false)]
public bool VisibleTimeSnapMode { get; set; }

Property Value

Type Default Description
Boolean false

true, if the start of the scheduler visible interval should be shown as specified without stretching it to the time slot of the ruler; otherwise, false.

See Also