Skip to main content

Table.TableAlignment Property

Gets or sets the alignment of a table as a whole within the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

TableRowAlignment TableAlignment { get; set; }

#Property Value

Type Description
TableRowAlignment

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

See Also