Skip to main content
A newer version of this page is available. .

VisualBrick.NavigationPageIndex Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
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