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

TableRow.TableRowAlignment Property

Gets or sets the alignment of a particular row in a table.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

TableRowAlignment TableRowAlignment { get; set; }

Property Value

Type Description
TableRowAlignment

A TableRowAlignment enumeration value that specifies how the row is aligned in a document.

See Also