Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LinkBase.VerticalContentSplitting Property

Specifies whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.2.dll

NuGet Package: DevExpress.Wpf.Printing

#Declaration

public VerticalContentSplitting VerticalContentSplitting { get; set; }

#Property Value

Type Description
VerticalContentSplitting

A VerticalContentSplitting enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. The default is VerticalContentSplitting.Exact.

Available values:

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.

See Also