Back to Devexpress

LinkBase.VerticalContentSplitting Property

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-aed7af25.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public VerticalContentSplitting VerticalContentSplitting { get; set; }
vb
Public Property VerticalContentSplitting As VerticalContentSplitting

Property Value

TypeDescription
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:

NameDescription
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

LinkBase Class

LinkBase Members

DevExpress.Xpf.Printing Namespace