Skip to main content

Brick.SeparableVert Property

Override this property to get or set the setting specifying whether the brick can be split vertically on repagination.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual bool SeparableVert { get; set; }

Property Value

Type Description
Boolean

true if a brick can be divided vertically; otherwise, false.

Remarks

This property determines the brick behavior on repagination, if it falls on a page break.

See Also