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

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; }

Property Value

Type Default Description
String String.Empty

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