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

GridHyperlinkColumn.Uri Property

OBSOLETE

This property is obsolete. Use the UriDataMember property instead

Gets or sets the dimension providing full or partial URIs for the hyperlink column.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

[Obsolete("This property is obsolete. Use the UriDataMember property instead")]
[Browsable(false)]
public Dimension Uri { get; set; }

Property Value

Type Description
Dimension

A Dimension object that specifies the dimension providing full URIs or their parts for the hyperlink column.

Remarks

Use the UriDataMember property instead.

The complete URI is composed by substituting a placeholder in the string specified by the GridHyperlinkColumn.UriPattern property with the Uri property value. If the UriPattern is null, the Uri property value is used as a link’s URI.

See Also