Skip to main content

PrintAppearanceObject.WordWrap Property

Specifies whether or not to wrap the text.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public virtual bool WordWrap { get; set; }

Property Value

Type Description
Boolean

true to enable word-wrapping; otherwise false.

Remarks

Any string is displayed on-screen within a specific rectangle. When text wrapping is enabled, the string wraps at the right edge of the rectangle. Otherwise, the string is displayed in a single line.

The WordWrap property specifies how the string is rendered when it does not completely fit into the rectangle.

See Also