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

Borders.Right Property

Provides access to an object that specifies the right border of a table cell.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public LayoutBorder Right { get; }

Property Value

Type Description
LayoutBorder

A LayoutBorder object that specifies characteristics of the table border.

See Also