Skip to main content

EditingFieldModel.PageIndex Property

Specifies the zero-based index of a page on which the editing field is located.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "pageIndex")]
public int PageIndex { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also