Back to Devexpress

CompatibilitySettings.AlignEachTableRow Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-3313116d.md

latest1.6 KB
Original Source

CompatibilitySettings.AlignEachTableRow Property

Specifies whether to align each row within a table independently.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool AlignEachTableRow { get; set; }
vb
Property AlignEachTableRow As Boolean

Property Value

TypeDescription
Boolean

true , to align each table row independently; otherwise, false. Default value is false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AlignEachTableRow
Document

.CompatibilitySettings .AlignEachTableRow

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace