Back to Devexpress

TcxSchedulerOptionsView.ResourcesPerPage Property

vcl-cxschedulercustomcontrols-dot-tcxscheduleroptionsview-4ea2b930.md

latest1.9 KB
Original Source

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

TypeDefault
IntegercxDefaultResourcesPerPage

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

TcxCustomSchedulerStorage.Resources

TcxSchedulerDBStorageResources.DataItems

TcxSchedulerResourceNavigator.ResourceCount

TcxSchedulerResourceNavigator.ResourceCount

TcxSchedulerStorageResourceItem.Visible

TcxSchedulerStorageResources.Items

TcxSchedulerOptionsView Class

TcxSchedulerOptionsView Members

cxSchedulerCustomControls Unit