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

VerticalContentSplitting Enum

Specifies how content bricks are split if they are partially positioned outside the right page margin.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum VerticalContentSplitting

Members

Name Description
Exact

When the brick dimensions do not fit into the right page margin, the rest of the brick content is split across two pages.

Smart

When the brick dimensions do not fit into the right page margin, the brick content is moved to a new page in its entirety.

Remarks

Use this enumeration’s members to control whether content bricks should be split across pages in a vertical direction, or not. This enumeration’s values are set or returned by the LinkBase.VerticalContentSplitting property.

See Also