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

SchedulerPrintAdapter.ResourceCount Property

Gets the number of displayed resources.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public virtual int ResourceCount { get; }

Property Value

Type Description
Int32

An integer, representing the number of resources.

See Also