Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

TableCellPropertiesBase.NoWrap Property

Gets or sets whether a text is wrapped in the specified cells.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

bool? NoWrap { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if text is wrapped in all specified cells; false if text is not wrapped in all specified cells, or null if some cells wrap text and other cells do not.

See Also