Skip to main content

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.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

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