A newer version of this page is available.
Switch to the current version.
VisualBrick.SeparableHorz Property
Determines whether the current brick can be divided into several parts horizontally.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public override bool SeparableHorz { get; }
Public Overrides ReadOnly Property SeparableHorz As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the current brick can be split horizontally; otherwise, false. |
Remarks
Use the SeparableHorz and VisualBrick.SeparableVert properties to specify whether the brick can be horizontally or vertically split, to divide it between pages.
Implements
DevExpress.XtraPrinting.IVisualBrick.SeparableHorz
See Also
Feedback