Back to Devexpress

TextEditBase.PrintTextWrapping Property

wpf-devexpress-dot-xpf-dot-editors-dot-texteditbase-e1fa586c.md

latest1.4 KB
Original Source

TextEditBase.PrintTextWrapping Property

Gets or sets whether a cell’s value is automatically wrapped when it is printed. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TextWrapping? PrintTextWrapping { get; set; }
vb
Public Property PrintTextWrapping As TextWrapping?

Property Value

TypeDescription
Nullable<TextWrapping>

true to enable text wrapping when printing; otherwise, false.

|

Remarks

If an editor is embedded within a container control (e.g. DXGrid) and its value doesn’t fit a cell’s width, set the PrintTextWrapping property to true , to enable text wrapping when printing.

See Also

TextEditBase Class

TextEditBase Members

DevExpress.Xpf.Editors Namespace