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.v21.2.Core.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ContinuousPageNumbering { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean enumeration member. |
Available values:
Name | Description |
---|---|
True |
|
False |
|
Default | The default behavior determined by the control’s logic. |
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.