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

TablePropertiesBase.TableAlignment Property

Gets or sets the Table.TableAlignment table property.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

TableRowAlignment? TableAlignment { get; set; }

Property Value

Type Description
Nullable<TableRowAlignment>

A TableRowAlignment enumeration value or null, if not set.

See Also