DayView.VisibleTime Property
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TimeOfDayInterval VisibleTime { get; set; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public Property VisibleTime As TimeOfDayInterval
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