Skip to main content

TableCellPropertiesBase.TableCellBorders Property

Provides access to an object that allows you to specify characteristics for cell borders.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

TableCellBorders TableCellBorders { get; }

Property Value

Type Description
TableCellBorders

A TableCellBorders object.

See Also