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

TdxPreviewEnableOptions Type

A set of flags that correspond to individual user commands in the Print Preview dialog.

#Declaration

Delphi
TdxPreviewEnableOptions = set of TdxPreviewEnableOption;

#Referenced Class

Type Description
TdxPreviewEnableOption

A flag that corresponds to an individual user command in the Print Preview dialog.

#Remarks

All flags stored in a TdxPreviewEnableOptions value allow you to disable or enable UI elements associated with corresponding user commands in the Print Preview dialog.

#Direct TdxPreviewEnableOptions Type Reference

The TdxBasePreviewOptions.EnableOptions property references the TdxPreviewEnableOptions type.

See Also