BarManager.AllowMergeInvisibleLinks Property
In This Article
Gets or sets whether invisible links can be merged.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AllowMergeInvisibleLinks { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if invisible links can be merged; otherwise, false. |
See Also