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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
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