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

cxShowResourcesLayoutEditor(TcxCustomSchedulerStorage,TcxLookAndFeel) Method

Invokes the “Resources layout editor” dialog designed to switch visibility of individual event resources and rearrange them.

#Declaration

Delphi
procedure cxShowResourcesLayoutEditor(AStorage: TcxCustomSchedulerStorage; ALookAndFeel: TcxLookAndFeel);

#Parameters

Name Type
AStorage TcxCustomSchedulerStorage
ALookAndFeel TcxLookAndFeel

#Remarks

Call this procedure to show the “Resources layout editor” dialog to allow users to hide or show resources and change their display order in the scheduling area. Use the AStorage parameter to specify the persistence manager component that stores the resources for which the dialog is invoked.

The ALookAndFeel parameter accepts look & feel settings that the cxShowResourcesLayoutEditor procedure applies to the displayed dialog.

See Also