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

EditingField.PageIndex Property

Gets the index of the page on which an editing field is located.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public override int PageIndex { get; protected set; }

Property Value

Type Description
Int32

An integer value which specifies the page index.

See Also