GridHyperlinkColumn(Dimension) Constructor
Initializes a new instance of the GridHyperlinkColumn class.
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 field containing values to display in the grid. |
Remarks
The parameter, passed to this constructor, is assigned to the DisplayValue property and specifies a data field containing the text to display.
Use the UriDataMember property to specify a data field containing the link’s URI.
The UriPattern property is used to create an URI by substituting a placeholder in the UriPattern string with values obtained from the data field specified by the UriDataMember property.
See Also