Back to Devexpress

cxShowResourcesLayoutEditor(TcxCustomSchedulerStorage,TcxLookAndFeel) Method

vcl-cxschedulerdialogs-dot-cxshowresourceslayouteditor-x28-7658f402-x29.md

latest1.1 KB
Original Source

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

NameType
AStorageTcxCustomSchedulerStorage
ALookAndFeelTcxLookAndFeel

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

cxSchedulerDialogs Unit