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

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