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

TdxPSPreviewDialogManager Members

In This Article
Maintains Print Preview dialog styles available within the ExpressPrinting System.

#Properties

Name Description
Count Returns the number of Print Preview dialog styles registered within the ExpressPrinting System.
CurrentPreviewDialogStyle Activates a certain Print Preview dialog style.
CurrentPreviewDialogStyleInfo Returns the class type of the currently active Print Preview dialog style.
DefaultPreviewDialogStyleInfo Returns the class type of the most recently registered Print Preview dialog style.
Items Provides indexed access to the class types of Print Preview dialog styles that are registered within the ExpressPrinting System.
Names

#Methods
Show Inherited Hide Inherited

Name Description
CreatePreviewWindow Creates a window for the currently active Print Preview dialog style.
Equals(TObject) Inherited from TObject.
FindPreviewDialogStyleInfoByName(string,TdxPSPreviewDialogStyleInfoClass) Searches for a Print Preview dialog style, which has a specified name.
GetHashCode Inherited from TObject.
PopulatePreviewDialogList(TStrings) Populates a specified string list with Print Preview dialog styles that are registered within the ExpressPrinting System.
RegisterPreviewDialog(TdxPSPreviewDialogStyleInfoClass) Registers a specified Print Preview dialog style within the ExpressPrinting System.
ToString Inherited from TObject.
UnregisterPreviewDialog(TdxPSPreviewDialogStyleInfoClass) Unregisters a specified Print Preview dialog style within the ExpressPrinting System.
See Also