Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CompatibilitySettings.AlignEachTableRow Property

Specifies whether to align each row within a table independently.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool AlignEachTableRow { get; set; }

Property Value

Type Description
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 Type Path to AlignEachTableRow
Document
.CompatibilitySettings .AlignEachTableRow
See Also