Skip to main content

DayView.VisibleTime Property

Gets or sets the time of the Day or Work-Week view's day interval.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TimeOfDayInterval VisibleTime { get; set; }

#Property Value

Type Description
TimeOfDayInterval

A DevExpress.XtraScheduler.TimeOfDayInterval object which specifies the time of the view's day interval.

#Examples

This example demonstrates how to customize the Day View within the SchedulerControl. To do this, it is necessary to modify the DayView object accessed via the SchedulerControl.DayView property.

See Also