Back to Devexpress

FullWeek Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-cac8bea5.md

latest2.4 KB
Original Source

FullWeek Class

A time cell control for the weekly style report.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public class FullWeek :
    WeekCellsControlBase
vb
Public Class FullWeek
    Inherits WeekCellsControlBase

Remarks

The FullWeek is designed to represent a Week View in the printout. It can be linked to the VerticalResourceHeaders control via the FullWeek.VerticalHeaders property and to the HorizontalResourceHeaders control via the FullWeek.HorizontalHeaders property.

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

Inheritance

Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase TimeCellsControlBase DevExpress.XtraScheduler.Reporting.WeekCellsControlBase FullWeek

See Also

FullWeek Members

DevExpress.XtraScheduler.Reporting Namespace