Back to Devexpress

TdxSchedulerShowPrintPreviewForm Class

vcl-cxscheduleractions-9d1d31d4.md

latest2.6 KB
Original Source

TdxSchedulerShowPrintPreviewForm Class

An action object that corresponds to the ShowPrintPreviewForm command provided by the Scheduler control.

Declaration

delphi
TdxSchedulerShowPrintPreviewForm = class(
    TdxCustomShowPrintPreviewFormAction
)

Remarks

This class does not introduce any new public members. Executing a TdxSchedulerShowPrintPreviewForm action object invokes the Print Preview dialog:

UI elements linked to a TdxSchedulerShowPageSetupForm action object are enabled only if the Scheduler is associated with the TdxComponentPrinter component via the report link in your application.

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxCustomPrintingAction TdxCustomShowPrintPreviewFormAction TdxSchedulerShowPrintPreviewForm

See Also

TdxRichEditControlShowPrintPreviewForm Class

TdxSchedulerShowPageSetupForm Class

TdxSchedulerShowPrintForm Class

TdxSpreadSheetShowPrintPreviewForm Class

TdxSchedulerShowPrintPreviewForm Members

cxSchedulerActions Unit