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

PanelBrick.Merged Property

Gets or sets a value indicating whether child bricks that are contained within the current panel brick should be merged into a single Brick object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public bool Merged { get; set; }

Property Value

Type Description
Boolean

true if child bricks should be merged; otherwise, false.

See Also