Skip to main content

LinkBase.EnablePageDialog Property

Enables the Header and Footer dialog used for editing a document page’s headers and footers.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(true)]
public bool EnablePageDialog { get; set; }

Property Value

Type Default Description
Boolean true

true if the Header and Footer dialog is enabled; otherwise false.

Remarks

The Header and Footer dialog allows you to add required information to the report pages’ headers and footers, including the current page number and the total number of pages, the current date and time, the user who is printing the report and any images required.

The following image displays the Header and Footer dialog, with all the available templates for the header and the footer specified.

EnablePageDialog

See Also