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

DayViewBase.VisibleTime Property

Gets or sets the time of the view’s day interval for the Day View, Work Week View, and Week View. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler.Internal

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

Declaration

public TimeSpanRange VisibleTime { get; set; }

Property Value

Type Description
TimeSpanRange

A DevExpress.Mvvm.TimeSpanRange object which specifies the time of the view’s day interval.

Remarks

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

See Also