GridHyperlinkColumn(Dimension, String) Constructor
Initializes a new instance of the GridHyperlinkColumn class with the specified data source field names used to obtain values to display and URIs to create links.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| displayValue | Dimension | A String that is the name of the data source field containing values to display in the grid. |
| uriDataMember | String | A String that is the name of the data source field containing URIs. |
See Also