Skip to main content

Page.Index Property

Gets the page index within the PageList collection.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public int Index { get; set; }

#Property Value

Type Description
Int32

The page index within the PageList collection.

#Implements

See Also