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

VisibleResourcesChangedEventArgs.OldResourcePerPage Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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