Skip to main content
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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public LayoutBorder Right { get; }

Property Value

Type Description
LayoutBorder

A LayoutBorder object that specifies characteristics of the table border.

See Also