Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete. Use the UriDataMember property instead")]
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