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

DayViewTimeCells.VisibleTimeSnapMode Property

Specifies whether the start of the scheduler visible interval should be displayed as set without adjusting it to a custom time ruler.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[XtraSerializableProperty]
public bool VisibleTimeSnapMode { get; set; }

Property Value

Type Description
Boolean

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