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

Specifies which buttons are enabled in a Print dialog.

#Declaration

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

#Property Value

Type
TdxPrintDlgButtons

#Remarks

Use the ButtonsEnabled property to specify which buttons are enabled in a Print dialog.

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

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

See Also