Skip to main content

Brick.SeparableHorz Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual bool SeparableHorz { get; set; }

Property Value

Type Description
Boolean

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

Remarks

This property determines the brick behavior on repagination, if it doesn’t fit within the page limits.

See Also