Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[InheritableCollection]
public virtual LinksInfo LinksPersistInfo { get; set; }

Property Value

Type Description
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