Brick.AnchorName Property
Gets or sets an anchor name assigned to the Brick object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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