Back to Devexpress

TdxPSEngineController.PreviewDialogStyle Property

vcl-dxpsengn-dot-tdxpsenginecontroller-8dd8a5c9.md

latest1.5 KB
Original Source

TdxPSEngineController.PreviewDialogStyle Property

Specifies the paint style of the Print Preview dialog.

Declaration

delphi
property PreviewDialogStyle: TdxPSPreviewDialogStyle read; write;

Property Value

Type
TdxPSPreviewDialogStyle

Remarks

Use this property to select one of built-in Print Preview dialog styles or choose a custom dialog style. Refer to the TdxPSEngine.PreviewDialogStyle property description for detailed information on available dialog styles.

The PreviewDialogStyle property is initialized with a string that corresponds to the most recently registered Print Preview dialog style. The string is ‘Ribbon2019’ if the ExpressBars Suite is installed, otherwise – ‘Standard’.

Assigning the PreviewDialogStyle property of the currently active TdxPSEngineController component automatically updates the dxPSEngine.PreviewDialogStyle global setting.

See Also

TdxPSEngineController.DialogsLookAndFeel

TdxPSEngineController Class

TdxPSEngineController Members

dxPSEngn Unit