Back to Devexpress

DayViewBase.ActualVisibleTime Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-66dbdac5.md

latest2.1 KB
Original Source

DayViewBase.ActualVisibleTime Property

Gets the actual time interval displayed by the Day View, Work Week View, or Week View. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeSpanRange ActualVisibleTime { get; }
vb
Public ReadOnly Property ActualVisibleTime As TimeSpanRange

Property Value

TypeDescription
TimeSpanRange

A TimeSpanRange object which specifies the visible time interval.

|

Remarks

If the DayViewBase.ShowWorkTimeOnly option is true , and the SchedulerControl.WorkTime and DayViewBase.VisibleTime properties are set to different intervals, the ActualVisibleTime property returns an interval that is an intersection of the specified intervals. Otherwise, the ActualVisibleTime property returns the time interval assigned to the DayViewBase.VisibleTime property.

See Also

VisibleTime

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace