Skip to main content
A newer version of this page is available. .

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.UI.Xaml.Scheduler.Internal

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[NotPublicByDesign]
public TimeSpanRange ActualVisibleTime { get; }

Property Value

Type Description
TimeSpanRange

A DevExpress.Mvvm.TimeSpanRange object which specifies the visible time interval.

Remarks

If the ShowWorkTimeOnly option is true, and the SchedulerControl.WorkTime and 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 VisibleTime property.

See Also