windowsforms-devexpress-dot-xtrabars-dot-popupmenubase-1dcacf64.md
Gets or sets a value that stores information on the links added to the current PopupMenuBase object at design time.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[InheritableCollection]
public virtual LinksInfo LinksPersistInfo { get; set; }
<Browsable(False)>
<InheritableCollection>
Public Overridable Property LinksPersistInfo As LinksInfo
| Type | Description |
|---|---|
| DevExpress.XtraBars.LinksInfo |
A LinksInfo value that stores information about item links in the current PopupMenuBase object.
|
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The PopupMenu.LinksPersistInfo property is not intended to be used outside of designer-generated code. To add a separator before a bar item in code, use the BarItemLink.BeginGroup property of the bar link that is returned by the PopupMenu.AddItem method.
See Also