Skip to main content

TableCellPropertiesBase.NoWrap Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

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