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.v24.2.Core.dll
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