Back to Devexpress

RecentHyperlinkItem.Link Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recenthyperlinkitem.md

latest2.0 KB
Original Source

RecentHyperlinkItem.Link Property

Stores the path associated with this RecentHyperlinkItem.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Behavior")]
public string Link { get; set; }
vb
<DefaultValue("")>
<DXCategory("Behavior")>
Public Property Link As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the path associated with this RecentHyperlinkItem.

|

Remarks

The Link property stores a URL or a file (folder) address, to which end-users will navigate when they click this hyperlink. You can also specify the preferred window size for the application associated with this action by using the RecentHyperlinkItem.BrowserWindowStyle property.

See Also

BrowserWindowStyle

Recent Item Control

RecentHyperlinkItem Class

RecentHyperlinkItem Members

DevExpress.XtraBars.Ribbon Namespace