Back to Devexpress

TableCell.WordWrap Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-ba3dfb64.md

latest1.3 KB
Original Source

TableCell.WordWrap Property

Gets or sets whether the text is wrapped to multiple lines and the cell height is increased to fit the content so that the cell width remains the same.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool WordWrap { get; set; }
vb
Property WordWrap As Boolean

Property Value

TypeDescription
Boolean

true to wrap the text; otherwise, false.

|

See Also

PreferredWidth

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace