Skip to main content

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

NuGet Package: DevExpress.Dashboard.Core

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