Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerBrickNavigation.url Property

Provides access to the URL to navigate to when a brick is a clicked.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string url { get; }

Property Value

Type Description
String

A string that specifies the URL.

Remarks

The url property specifies a URL to which the client web browser navigates whenever a brick is clicked. If this property is set to an empty string, no navigation is performed when the brick is clicked. The Web browser displays a Web page in the window or frame as specified by the ASPxClientWebDocumentViewerBrickNavigation.target property.

See Also