Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerBrickNavigation.target Property

Provides access to a value that specifies the target window or frame in which to display the linked Web page’s content when the brick is clicked.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string target { get; }

Property Value

Type Description
String

A string that specifies the window or frame to which to target the URL’s content.

Remarks

The ASPxClientWebDocumentViewerBrickNavigation.url property provides access to a URL to navigate to when the brick is clicked.

See Also