Skip to main content

SchedulerPrintAdapter.ResourceCount Property

Gets the number of displayed resources.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

Type Description
Int32

An integer, representing the number of resources.

See Also