Skip to main content
A newer version of this page is available. .

PrintTextOptions.WordWrap Property

Gets or sets text wrapping mode.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public WordWrap WordWrap { get; set; }

Property Value

Type Description
WordWrap

A WordWrap value that specifies text wrapping mode.

Available values:

Name Description
Default

Default wrapping mode. The actual wrapping mode is determined by a control.

NoWrap

The word wrapping feature is disabled.

Wrap

The word wrapping feature is enabled.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to WordWrap
Cross-Platform Class Library PrintAppearanceObject
.TextOptions .WordWrap
Reporting XRAppearanceObject
.TextOptions .WordWrap
See Also