Skip to main content

TableBorders Interface

Contains characteristics for table borders.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

[ComVisible(true)]
public interface TableBorders

The following members return TableBorders objects:

Remarks

Use the Table.Borders property to get access to the TableBorders instance.

See Also