ResourceInfo Class
An information control used for resource listing.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
Remarks
The ResourceInfo control is used for printing a list of resources.
In column mode, the control can be printed in each column, or in odd or even columns only, as determined by the DataDependentControlBase.PrintInColumn property.
You can specify the TextInfoControlBase.Font and the TextInfoControlBase.ForeColor. The TextInfoControlBase.AutoScaleFont property is implemented, to allow automatic font sizing to fit the text in the control. You can specify a custom delimiter for the resource list via the ResourceInfo.ResourceDelimiter property.
To print an arbitrary text, handle the TextInfoControlBase.CustomizeText event.
The ResourceInfo should be linked to any of the time cells controls via the ResourceInfo.TimeCells property, for proper operation. When the control is linked, a link sign appears.
The picture below represents the general look of the ResourceInfo control.