Back to Devexpress

TableCellPropertiesBase.NoWrap Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellpropertiesbase-b5f7962f.md

latest1.4 KB
Original Source

TableCellPropertiesBase.NoWrap Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool? NoWrap { get; set; }
vb
Property NoWrap As Boolean?

Property Value

TypeDescription
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

TableCellPropertiesBase Interface

TableCellPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace