VisualBrick.SeparableVert Property
Determines whether the current brick can be divided into several parts vertically.
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 vertically; otherwise, false. |
Remarks
Use the VisualBrick.SeparableHorz and SeparableVert properties to specify whether the brick can be horizontally or vertically split, to divide it between pages.
See Also