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

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

#Declaration

Delphi
property OptionsEnabled: TdxPageSetupDlgOptions read; write; default [Low(TdxPageSetupDlgOption), High(TdxPageSetupDlgOption)];

#Property Value

Type
TdxPageSetupDlgOptions

#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 style name can be changed.
psoHFAutoText Reserved for future use.
psoHFBackground Specifies whether 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 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 [Low(TdxPageSetupDlgOption)..High(TdxPageSetupDlgOption)].

See Also