VisibleResourcesChangedEventArgs.OldResourcePerPage Property
Gets the number of displayed resources before the change takes place.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
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