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

ASPxVerticalGridRenderBrickEventArgs.Url Property

Gets or sets the rendered brick’s URL.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.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 ASPxVerticalGrid can display URLs using its VerticalGridHyperLinkRow rows that present their contents as hyperlinks. A hyperlink row’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