Skip to main content

SchedulerPrintAdapter.ResourceCount Property

Gets the number of displayed resources.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll

Declaration

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

Property Value

Type Description
Int32

An integer, representing the number of resources.

See Also