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

TdxPrintDialog.ButtonsVisible Property

Specifies which buttons are visible in a Print dialog.

#Declaration

Delphi
property ButtonsVisible: TdxPrintDlgButtons read; write; default [pdbPrinterProperties, pdbNetwork, pdbPreview, pdbPageSetup, pdbDefineStyles, pdbStyleOptions];

#Property Value

Type
TdxPrintDlgButtons

#Remarks

Use the ButtonsVisible property to specify which buttons are visible in a Print dialog.

Value Description
pdbPrinterProperties Displays a Printer Properties button in the dialog.
pdbNetwork Displays a Network button in the dialog.
pdbPreview Displays a Preview button in the dialog.
pdbPageSetup Displays a Page Setup button in the dialog.
pdbDefineStyles Displays a Define Styles button in the dialog.
pdbStyleOptions Displays a Style Options button in the dialog.
pdbHelp Displays a Help button in the dialog.

The default value of this property is [pdbPrinterProperties, pdbNetwork, pdbPreview, dbPageSetup, pdbDefineStyles, pdbStyleOptions].

See Also