Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumeration member.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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