Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DayViewTimeCells.VisibleTime Property

Gets or sets the visible time interval of the day.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval VisibleTime { get; set; }

#Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval object, specifying the visible time interval.

#Remarks

The VisibleTime property enables you to limit the visible time in the schedule.

Note

The DayViewTimeCells.ShowWorkTimeOnly has priority over the VisibleTime settings. You can use the VisibleTime property to specify the visible time interval, only if the DayViewTimeCells.ShowWorkTimeOnly is set to false.

See Also