HorizontalResourceHeaders Class
A control used to print horizontal captions containing resource names.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
public class HorizontalResourceHeaders :
HorizontalHeadersControlBase,
ISchedulerResourceIterator
Related API Members
The following members return HorizontalResourceHeaders objects:
Remarks
The HorizontalResourceHeaders control is designed to provide text captions for the resource groupings which appear if the ReportViewBase.GroupType is other than the SchedulerGroupType.None.
The HorizontalDateHeaders control can be linked to the HorizontalResourceHeaders control, when constructing the report.
Inheritance
See Also