ASPxGridViewExportRenderingEventArgs.Url Property
Gets or sets the rendered brick’s URL.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the rendered brick’s URL. |
Remarks
The ASPxGridView can display URLs via its GridViewDataHyperLinkColumn 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