Skip to main content
A newer version of this page is available. .

ASPxRichEditSimpleViewPaddings.Bottom Property

Gets or sets the simple view mode’s bottom padding.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

[DefaultValue(15)]
public int Bottom { get; set; }

Property Value

Type Default Description
Int32 15

An integer value that specifies the bottom padding in pixels.

See Also