Skip to main content

VisualBrick.NavigationBrickIndices Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string NavigationBrickIndices { 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