Skip to main content

PageInfoTextBrick.ContinuousPageNumbering Property

Gets or sets a value indicating whether the page number should be changed according to reordering in the Pages collection.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ContinuousPageNumbering { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean enumeration member.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

This proprerty specifies how the page number for display within the current PageInfoTextBrick control is calculated. If the ContinuousPageNumbering is set to DefaultBoolean.Default, then the PrintingSystemBase.ContinuousPageNumbering property setting is in effect.

See Also