Back to Devexpress

TdxPreviewEnableOptions Type

vcl-dxpscore-9b2123c1.md

latest973 B
Original Source

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

TypeDescription
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

TdxPreviewVisibleOptions Type

dxPSCore Unit