A newer version of this page is available.
Switch to the current version.
Brick.Target Property
Gets or sets the target attribute assigned to this Brick and used when a Brick.Url property is specified.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue("")]
public string Target { get; set; }
<XtraSerializableProperty>
<DefaultValue("")>
Public Property Target As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value. |
Remarks
When the Brick.Url property is specified and the document is exported into HTML format, the Target is the name of the target frame where the browser navigates on clicking the brick.
See Also
Feedback