Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecentHyperlinkItem.Link Property

Stores the path associated with this RecentHyperlinkItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.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