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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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