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

Specifies the manner in which header and footers are displayed.

#Declaration

Delphi
property HFMode: TdxHFMode read; write; default hfmThreeSections;

#Property Value

Type Default
TdxHFMode hfmThreeSections

#Remarks

Use the HFMode property to specify whether to divide headers or footers into 3 sections or to display them as a single region. Possible values include:

Value Description
hfmThreeSections Headers(footers) are displayed within 3 separate sections.
hfmOneSection Headers(footers) are displayed within one section.

The default value of this property is hfmThreeSections.

See Also