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

TableBorders.Right Property

Provides access to an object specifying line properties associated with the right borders in a table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

TableBorder Right { get; }

Property Value

Type Description
TableBorder

A TableBorder object that specifies characteristics of the table border.

See Also