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.1.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.
See Also