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

VisibleResourcesChangedEventArgs.NewResourcePerPage Property

Gets the new number of displayed resources.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public int NewResourcePerPage { get; }

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