Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[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