Bar.MergeSource Property
In This Article
Gets the collection of item links that have been merged into the current bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BarItemLinkReadOnlyCollection MergeSource { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also