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

Declaration

[XtraSerializableProperty]
public override int PageIndex { get; protected set; }

Property Value

Type Description
Int32

An integer value which specifies the page index.

See Also