Back to Devexpress

TdxPreviewVisibleOptions Type

vcl-dxpscore-abb515a5.md

latest978 B
Original Source

TdxPreviewVisibleOptions Type

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

Declaration

delphi
TdxPreviewVisibleOptions = set of TdxPreviewVisibleOption;

Referenced Class

TypeDescription
TdxPreviewVisibleOption

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

|

Remarks

All flags stored in a TdxPreviewVisibleOptions value allow you to hide or display UI elements associated with corresponding user commands in the Print Preview dialog.

Direct TdxPreviewVisibleOptions Type Reference

The TdxBasePreviewOptions.EnableOptions property references the TdxPreviewVisibleOptions type.

See Also

TdxPreviewEnableOptions Type

dxPSCore Unit