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

TdxPageSetupDialog.ButtonsVisible Property

Specifies which buttons within the Page Setup dialog window are displayed.

#Declaration

Delphi
property ButtonsVisible: TdxPageSetupDlgButtons read; write; default [psbStyleOptions, psbPreview, psbPrint];

#Property Value

Type
TdxPageSetupDlgButtons

#Remarks

Use the ButtonsVisible property to specify which buttons are displayed and can be enabled or disabled. Possible values include:

Value Description
psbHelp Specifies whether the Help button is displayed.
psbStyleOptions Specifies whether the Options… button is displayed. Display this button if you want to use custom paint styles and display custom Print Style Options dialogs for them. Refer to the How to Create Custom Print Styles topic to learn how to accomplish this.
psbPreview Specifies whether the Print Preview… button is displayed.
psbPrint Specifies whether the Print… button is displayed.

The default value of this property is [psbStyleOptions, psbPreview, psbPrint].

See Also