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

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

#Declaration

Delphi
property OptionsVisible: TdxPageSetupDlgOptions read; write; default psoDefaultOptionsVisible;

#Property Value

Type Default
TdxPageSetupDlgOptions psoDefaultOptionsVisible

#Remarks

Use the OptionsEnabled property to specify which options are enabled and can be changed. Possible values include:

Value Description
psoCenterOnPage Specifies whether the “center on page” option is enabled.
psoMargins Specifies whether page margins can be changed.
psoPageOrder Specifies whether print order can be changed.
psoShading Specifies whether the “shading” option is enabled.
psoStyleCaption Specifies whether a style name can be changed.
psoHFAutoText Reserved for future use.
psoHFBackground Specifies whether the headers/footer background is enabled.
psoHFFont Specifies whether the font dialog for headers/footers is enabled.
psoHFText Specifies whether headers/footer text can be changed.
psoHFFunctions Specifies whether the headers/footer special insert functions are enabled.
psoHFMargins Specifies whether headers/footer margins can be changed.
psoHFReverse Specifies whether headers/footer text can be reversed on odd/even pages.
psoHFVertAlignment Specifies whether the headers/footer vertical alignment option is enabled.

The default value of this property is psoDefaultOptionsVisible.

See Also