A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
public virtual bool SeparableHorz { get; set; }
Public Overridable Property SeparableHorz As Boolean
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
Feedback