Skip to main content

RecentHyperlinkItem.Link Property

Stores the path associated with this RecentHyperlinkItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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 Also