Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerOptionsView.ResourcesPerPage Property

Specifies how many resources are shown in the scheduling area at a time.

#Declaration

Delphi
property ResourcesPerPage: Integer read; write; default cxDefaultResourcesPerPage;

#Property Value

Type Default
Integer cxDefaultResourcesPerPage

#Remarks

The scheduler supports browsing resources by pages in the scheduling area. To enable this feature the ResourcesPerPage property should be set to a value greater than 0. If the ResourcesPerPage property is set to 0 then all the visible resources in the scheduler will be shown in the scheduling area.

The default value of the ResourcesPerPage property is cxDefaultResourcesPerPage.

See Also