Skip to main content
A newer version of this page is available. .

VerticalResourceHeaders Class

A control used to print vertical captions containing resource names.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[ToolboxBitmap(typeof(XtraSchedulerReport), "Bitmaps256.resourceverticalheaders.bmp")]
[XRDesigner("DevExpress.XtraScheduler.Reporting.Design.VerticalResourceHeadersDesigner,DevExpress.XtraScheduler.v19.1.Reporting.Extensions")]
public class VerticalResourceHeaders :
    VerticalHeadersControlBase,
    ISchedulerResourceIterator

The following members return VerticalResourceHeaders objects:

Remarks

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.

ReportControls-VerticalResourceHeaders

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 ReportControls - Relation icon 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.

Inheritance

Object
MarshalByRefObject
Component
XRControl
DevExpress.XtraScheduler.Reporting.ReportViewControlBase
DevExpress.XtraScheduler.Reporting.ReportRelatedControlBase
DevExpress.XtraScheduler.Reporting.HeadersControlBase
DevExpress.XtraScheduler.Reporting.VerticalHeadersControlBase
VerticalResourceHeaders
See Also