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

BookmarkNode.Indices Property

Gets a string value, which is intended for serialization of the bookmark’s page index.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string Indices { get; }

Property Value

Type Default Description
String String.Empty

A String value.

Remarks

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

See Also