Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Merged { get; set; }

Property Value

Type Description
Boolean

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

See Also