Skip to main content

ASPxRichEditSimpleViewPaddings.All Property

Gets or sets the simple view mode’s paddings size.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

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

Property Value

Type Default Description
Int32 15

An integer value that specifies a value for left, top, right, and bottom paddings in pixels.

See Also