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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean enumeration member. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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