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

Brick.AnchorName Property

Gets or sets an anchor name assigned to the Brick object.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("")]
public string AnchorName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Remarks

Use this property to specify a name attribute of the anchor tag when exporting a document into HTML: <a name=”#AnchorName“> </a>. The brick becomes an anchor with the name attribute set, preceded by a number sign ‘ # ‘, and acts as a bookmark or a link target for the browser.

See Also