Back to Devexpress

TimeCellsControlBase Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-999d1ee4.md

latest3.4 KB
Original Source

TimeCellsControlBase Class

Represents a base class for the time cell controls in the report.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public abstract class TimeCellsControlBase :
    ReportRelatedControlBase,
    ISupportAppointments,
    ISupportAppointmentsBase,
    ISupportAppointmentsInternal,
    ISchedulerDateIterator,
    ISchedulerResourceIterator,
    ISupportDataIterationPriority,
    ISupportPrintableTimeInterval,
    ISupportPrintableResources,
    ISupportHtmlText
vb
Public MustInherit Class TimeCellsControlBase
    Inherits ReportRelatedControlBase
    Implements ISupportAppointments,
               ISupportAppointmentsBase,
               ISupportAppointmentsInternal,
               ISchedulerDateIterator,
               ISchedulerResourceIterator,
               ISupportDataIterationPriority,
               ISupportPrintableTimeInterval,
               ISupportPrintableResources,
               ISupportHtmlText

The following members return TimeCellsControlBase objects:

Remarks

The TimeCellsControlBase class introduces the TimeCellsControlBase.AppointmentDisplayOptions and the TimeCellsControlBase.PrintColorSchemas properties.

Inheritance

Show 11 items

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

TimelineCells

FullWeek

HorizontalWeek

See Also

TimeCellsControlBase Members

DevExpress.XtraScheduler.Reporting Namespace