Skip to main content

VisibleResourcesChangedEventArgs.OldResourcePerPage Property

Gets the number of displayed resources before the change takes place.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public int OldResourcePerPage { get; }

Property Value

Type Description
Int32

An integer that is the number of resources.

Remarks

The OldResourcePerPage property indicates the SchedulerViewBase.ResourcesPerPage value in the view displayed before the change of visible resources occurs.

See Also