Skip to main content

VisualBrick.NavigationPageIndex Property

Gets an index of a page, which contains a bookmark’s brick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(-1)]
public int NavigationPageIndex { get; }

Property Value

Type Default Description
Int32 -1

An integer value representing a page index.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also