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

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.v18.2.Core.dll

Declaration

bool WordWrap { get; set; }

Property Value

Type Description
Boolean

true to wrap the text; otherwise, false.

See Also