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

RecentHyperlinkItem.Link Property

Stores the path associated with this RecentHyperlinkItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

Property Value

Type Default Description
String String.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 this link to learn more.

See Also