Back to Devexpress

TimelineCells Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-17b75c62.md

latest2.9 KB
Original Source

TimelineCells Class

A time cell control for the timeline style report.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class TimelineCells :
    TimeCellsControlBase,
    ISupportTimeline
vb
Public Class TimelineCells
    Inherits TimeCellsControlBase
    Implements ISupportTimeline

Remarks

The TimelineCells is designed to represent a Timeline View in the printout. It can be linked to the TimelineScaleHeaders control via the TimelineCells.HorizontalHeaders property. When the control is linked, a link sign appears.

The TimelineCells.ShowMoreItems property determines whether the More items… text is printed if there are appointments that don’t fit into a particular time cell.

The TimeCellsControlBase.AppointmentDisplayOptions provides access to options determining how appointments should be printed within the time cells. The DayViewTimeCells.PrintColorSchemas property enables you to specify different print color modes for the appointments and the time cells.

The general look of the control is shown below:

Inheritance

Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase TimeCellsControlBase TimelineCells

See Also

TimelineCells Members

DevExpress.XtraScheduler.Reporting Namespace