Back to Devexpress

DayViewTimeCells.VisibleTime Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimecells-6f16abce.md

latest2.0 KB
Original Source

DayViewTimeCells.VisibleTime Property

Gets or sets the visible time interval of the day.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

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, 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

ShowWorkTimeOnly

DayViewTimeCells Class

DayViewTimeCells Members

DevExpress.XtraScheduler.Reporting Namespace