Skip to main content

BookmarkNode.Indices Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public string Indices { get; }

Property Value

Type Description
String

A String value.

Remarks

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

See Also