Skip to main content

ASPxTreeListExportRenderBrickEventArgs.Url Property

Gets or sets the rendered brick’s URL.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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