Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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.

See Also