IResourceNavigationService.ResourcePerPage Property
Gets or sets the number of visible resources in group mode.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer, specifying the visible resources count. |
Remarks
This property is equivalent to the SchedulerViewBase.ResourcesPerPage.
See Also