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

TdxPrintStyleManager.Images Property

Determines an image list collection associated with TdxPrintStyleManager.

#Declaration

Delphi
property Images: TImageList read; write;

#Property Value

Type
TImageList

#Remarks

If there is an ImageList assigned to the Images property, print styles can acquire its images. The ImageIndex property specifies the appropriate image index for each print style. This image is displayed as an icon for a print style within the “Edit Print Styles“ window at design time or within the “Define Print Styles“ window at runtime.

See Also