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

TcxCustomScheduler.MakeResourceVisible(TcxSchedulerStorageResourceItem) Method

Scrolls the scheduling area‘s content to bring the AResource resource into view.

#Declaration

Delphi
procedure MakeResourceVisible(AResource: TcxSchedulerStorageResourceItem);

#Parameters

Name Type
AResource TcxSchedulerStorageResourceItem

#Remarks

If the AResource resource is beyond the scheduling area’s boundaries, use the MakeResourceVisible method to scroll the scheduling area’s content to display the AResource resource.

See Also