GridHyperlinkColumn Class
A hyperlink column in a GridItem.
Declaration
export class GridHyperlinkColumn extends GridColumn
Remarks
A hyperlink column allows you to display hyperlinks in the Grid dashboard item or use a Uri pattern to create hyperlinks for displayed values.

Inherited Members
Inheritance
SerializableModel
TypedSerializableModel
DataItemContainer
GridColumn
GridHyperlinkColumn
constructor(dataItemProvider)
Initializes a new instance of the GridHyperlinkColumn class with specified settings.
Declaration
constructor(
dataItemProvider: DevExpress.Dashboard.Model.DataDashboardItem,
dashboardItemJSON?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
| Name | Type | Description |
|---|---|---|
| dataItemProvider | DataDashboardItem | |
| dashboardItemJSON | any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
| serializer | ModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |
Properties
displayValue Property
Declaration
displayValue: ko.Observable<DevExpress.Dashboard.Model.Dimension>
Property Value
| Type |
|---|
| Observable<Dimension> |
uriPattern Property
Declaration
uriPattern: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |