DayViewTimeCells.VisibleTime Property
In This Article
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 |
---|---|
Time |
A Time |
#Remarks
The VisibleTime property enables you to limit the visible time in the schedule.
Note
The Day
See Also