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

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

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