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

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.v19.1.Core.dll

Declaration

public GridHyperlinkColumn(
    Dimension displayValue,
    string uriDataMember
)

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