Back to Devexpress

PopupMenuBase.LinksPersistInfo Property

windowsforms-devexpress-dot-xtrabars-dot-popupmenubase-1dcacf64.md

latest1.8 KB
Original Source

PopupMenuBase.LinksPersistInfo Property

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

Declaration

csharp
[Browsable(false)]
[InheritableCollection]
public virtual LinksInfo LinksPersistInfo { get; set; }
vb
<Browsable(False)>
<InheritableCollection>
Public Overridable Property LinksPersistInfo As LinksInfo

Property Value

TypeDescription
DevExpress.XtraBars.LinksInfo

A LinksInfo value that stores information about item links in the current PopupMenuBase object.

|

Remarks

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

PopupMenuBase Class

PopupMenuBase Members

DevExpress.XtraBars Namespace