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.Items Property

Provides indexed access to the class types of Print Preview dialog styles that are registered within the ExpressPrinting System.

#Declaration

Delphi
property Items[Index: Integer]: TdxPSPreviewDialogStyleInfoClass read;

#Property Value

Type
TdxPSPreviewDialogStyleInfoClass

#Remarks

By default, the Items collection contains only built-in Print Preview dialog styles. To register custom dialog styles, call the RegisterPreviewDialog method. The most recently registered dialog style is appended to the Items collection. To determine the number of elements within this collection, use the Count property.

To locate a registered dialog style by its name, call the FindPreviewDialogStyleInfoByName method.

See Also