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

IPrintingSettings Interface

Declares print settings.

#Declaration

TypeScript
export interface IPrintingSettings

#Properties

#closePrintDialogWithHtmlPreview Property

Sets whether the print preview window should be closed when the print dialog is closed in HTML print mode.

#Declaration

TypeScript
closePrintDialogWithHtmlPreview?: boolean

#Property Value

Type Description
boolean

true to close the HTML preview window when the print dialog is closed; false to close the print dialog without an HTML preview window.

#mode Property

Specifies the print mode.

#Declaration

TypeScript
mode?: PrintMode

#Property Value

Type Description
PrintMode

The print mode.

See Also