A newer version of this page is available.
Switch to the current version.
Brick.AnchorName Property
Gets or sets an anchor name assigned to the Brick object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue("")]
public string AnchorName { get; set; }
<XtraSerializableProperty>
<DefaultValue("")>
Public Property AnchorName As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback