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