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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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