Back to Devexpress

TableCellPropertiesBase.CellRightPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellpropertiesbase-46a05af1.md

latest1.6 KB
Original Source

TableCellPropertiesBase.CellRightPadding Property

Gets or sets the TableCell.RightPadding property of a table cell.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float? CellRightPadding { get; set; }
vb
Property CellRightPadding As Single?

Property Value

TypeDescription
Nullable<Single>

A Single value or null if the padding is not set or is not the same for the specified cells.

|

See Also

RightPadding

TableCellPropertiesBase Interface

TableCellPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace