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

ResourceInfo.PrintResources Property

Provides access to the collection of resources currently being printed.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public ResourceBaseCollection PrintResources { get; }

Property Value

Type Description
ResourceBaseCollection

A ResourceBaseCollection object representing a collection of resources.

Remarks

The PrintResources property represents a collection of resources currently being printed in the associated ResourceInfo.TimeCells control.

The ResourceInfo control displays information about this collection.

See Also