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

IResourceNavigationService.ResourcePerPage Property

Gets or sets the number of visible resources in group mode.

Namespace: DevExpress.XtraScheduler.Services

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

Declaration

int ResourcePerPage { get; set; }

Property Value

Type Description
Int32

An integer, specifying the visible resources count.

Remarks

This property is equivalent to the SchedulerViewBase.ResourcesPerPage.

See Also