Skip to main content

TableCellBorders.Right Property

Provides access to an object specifying line properties associated with the right border of a cell.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

TableCellBorder Right { get; }

Property Value

Type Description
TableCellBorder

A TableCellBorder object that specifies characteristics of the cell border.

See Also