OptionsPrinting.PrintResourcesSource Property
Specifies the collection of objects containing resource information. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<Object> | A collection of objects which contain resource information. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PrintResourcesSource |
---|---|
SchedulerControl |
|
Remarks
If the PrintResources property is set to a valid collection of resource items, these items are used to create a report. Otherwise; the PrintResourcesSource
property value is used.
If neither the PrintResources nor PrintResourcesSource properties are specified, resources that are displayed by the SchedulerControl are used to create a report. To obtain currently visible resources, use the SchedulerControl.VisibleResources property.