Back to Devexpress

DayView.VisibleTime Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-79025903.md

latest1.6 KB
Original Source

DayView.VisibleTime Property

Gets or sets the time of the view’s day interval.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval VisibleTime { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property VisibleTime As TimeOfDayInterval

Property Value

TypeDescription
TimeOfDayInterval

A TimeOfDayInterval object which specifies the time of the view’s day interval.

|

Remarks

Note

If the DayView.ShowWorkTimeOnly option is set to true , and the DayView.WorkTime and DayView.VisibleTime properties are set to different intervals, the Scheduler view displays an interval that is an intersection of the specified intervals.

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace