windowsforms-devexpress-dot-xtrascheduler-dot-reporting-13ae0e2b.md
A control used to print vertical captions containing resource names.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
[XRDesigner("DevExpress.XtraScheduler.Reporting.Design.VerticalResourceHeadersDesigner,DevExpress.XtraScheduler.v25.2.Reporting.Extensions")]
public class VerticalResourceHeaders :
VerticalHeadersControlBase,
ISchedulerResourceIterator
<XRDesigner("DevExpress.XtraScheduler.Reporting.Design.VerticalResourceHeadersDesigner,DevExpress.XtraScheduler.v25.2.Reporting.Extensions")>
Public Class VerticalResourceHeaders
Inherits VerticalHeadersControlBase
Implements ISchedulerResourceIterator
The following members return VerticalResourceHeaders objects:
The VerticalResourceHeaders control is designed to provide text captions for the resource groupings which appear if the ReportViewBase.GroupType is other than the SchedulerGroupType.None.
Link the VerticalResourceHeaders control to an appropriate View via the View property, and to the time cell control via the VerticalResourceHeaders.TimeCells property. When the control is linked, a link sign appears.
To fill the gap between the left side of the horizontal headers control, to which the corresponding time cell control is linked, and the top of the VerticalResourceHeaders , the control can be stretched. The length by which the control is extended is specified via the VerticalResourceHeaders.Corners property.
Object MarshalByRefObject Component XRControl DevExpress.XtraScheduler.Reporting.ReportViewControlBase DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase DevExpress.XtraScheduler.Reporting.HeadersControlBase DevExpress.XtraScheduler.Reporting.VerticalHeadersControlBase VerticalResourceHeaders
See Also