GridHyperlinkColumn(Dimension, Dimension) Constructor
OBSOLETE
This constructor has become obsolete. Use another constructor instead.
Initializes a new instance of the GridHyperlinkColumn class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
[Obsolete("This constructor has become obsolete. Use another constructor instead.")]
public GridHyperlinkColumn(
Dimension uri,
Dimension displayValue
)
Parameters
Name | Type | Description |
---|---|---|
uri | Dimension | A Dimension object that specifies the dimension providing full URIs or their parts for the hyperlink column. If this parameter provides partial URIs, use the GridHyperlinkColumn.UriPattern property to specify a shared URI part. |
displayValue | Dimension | A Dimension object that specifies the dimension providing display values for the hyperlink column. |
See Also