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

BrickBase.RepeatForVerticallySplitContent Property

Specifies whether to repeat a brick for a content that is split across multiple pages vertically.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual bool RepeatForVerticallySplitContent { get; set; }

Property Value

Type Description
Boolean

true, to print a brick on each document page that corresponds to vertically split content; otherwise, false.

See Also