Skip to main content

CompatibilitySettings.AlignEachTableRow Property

Specifies whether to align each row within a table independently.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

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