TcxSchedulerOptionsView.ResourcesPerPage Property
Specifies how many resources are shown in the scheduling area at a time.
Declaration
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