BarManager.AllowMergeInvisibleLinks Property
Gets or sets whether invisible links can be merged.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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