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

Brick.Separable Property

Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual bool Separable { get; set; }

Property Value

Type Description
Boolean

true if the current brick can be split; otherwise, false.

Remarks

This property allows the current brick to be split when it does not fit within the limits of the page. An end-user can set this property’s value manually when creating bricks. The PrintingSystem automatically sets this property’s value if it finds that a brick does not fit on the page.

See Also