VisibleResourcesChangedEventArgs.NewResourcePerPage Property
Gets the new number of displayed resources.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer that is the number of resources. |
Remarks
The NewResourcePerPage property indicates the SchedulerViewBase.ResourcesPerPage value in the view that will be displayed.
See Also