Skip to main content

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.Xpf.Printing

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

#Declaration

public VerticalContentSplitting VerticalContentSplitting { get; set; }

#Property Value

Type Description
VerticalContentSplitting

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

See Also