Skip to main content

Brick.Url Property

Specifies the link to an external resource.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string Url { get; set; }

Property Value

Type Default Description
String String.Empty

A String value representing the link to a resource.

Remarks

The Url property value specifies the path to a resource. A resource can be of any type: picture, URL, Microsoft® Word document, executable file, etc. If the Url property value of any brick is non-null, the brick’s contents act like a hyperlink in Web pages. Clicking it starts an application associated with a specific kind of resource. This feature can be useful when assigning the same value to both the Brick.Hint and Url properties. In this case, the brick’s look and feel is more informative.

Note

If the mouse pointer is positioned over a brick with a predefined Url property, then the mouse pointer changes to the Forefinger cursor cursor. If the Url property value is Empty, then the hand cursor is displayed, but clicking the link has no effect.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Url property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also