A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[DefaultValue(VerticalContentSplitting.Smart)]
public VerticalContentSplitting VerticalContentSplitting { get; set; }
<DefaultValue(VerticalContentSplitting.Smart)>
Public Property VerticalContentSplitting As VerticalContentSplitting
Property Value
Type | Default | Description |
---|---|---|
VerticalContentSplitting | Smart |
A VerticalContentSplitting enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. |
See Also
Feedback