Skip to main content

TablePropertiesBase.RightPadding Property

Gets or sets the Table.RightPadding table property.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

float? RightPadding { get; set; }

Property Value

Type Description
Nullable<Single>

A Single value or null if not set.

See Also