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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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