Skip to main content
A newer version of this page is available. .

Bar.IsMerged Property

Gets whether another bar has been merged into the current bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsMerged { get; }

Property Value

Type Description
Boolean

true if another bar has been merged into the current bar; otherwise, false.

See Also