Back to Devexpress

LinkBase.VerticalContentSplitting Property

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-0ffcb668.md

latest1.8 KB
Original Source

LinkBase.VerticalContentSplitting Property

Gets or sets a value indicating 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.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(VerticalContentSplitting.Smart)]
public VerticalContentSplitting VerticalContentSplitting { get; set; }
vb
<DefaultValue(VerticalContentSplitting.Smart)>
Public Property VerticalContentSplitting As VerticalContentSplitting

Property Value

TypeDefaultDescription
VerticalContentSplittingSmart

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

|

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.XtraPrinting Namespace