DocumentTableCellBorder.TableCellBorderProperties Property
In This Article
Provides access to properties for document table cell borders.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public ReadOnlyTableCellBorderProperties TableCellBorderProperties { get; }
#Property Value
Type | Description |
---|---|
Read |
A Read |
#Remarks
Table cell border settings accessed through the TableCellBorderProperties property cannot be modified - they are read-only.
See Also