A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty>
Public Overrides Property PageIndex As Integer
Property Value
Type | Description |
---|---|
Int32 | An integer value which specifies the page index. |
See Also
Feedback