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

ASPxTreeListExportRenderBrickEventArgs.Url Property

Gets or sets the rendered brick’s URL.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public string Url { get; set; }

Property Value

Type Description
String

A string value that specifies the rendered brick’s URL.

Remarks

The ASPxTreeList can display URLs via its TreeListHyperLinkColumn columns that present their contents as hyperlinks. A hyperlink column’s cell values specify URLs to where the client web browser will navigate when a hyperlink is clicked. Use the Url property to obtain and modify, if required, the processed cell’s URL.

See Also