RecentHyperlinkItem.Link Property
In This Article
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. |
A String value that is the path associated with this Recent |
#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