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.v19.2.Core.dll

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