Skip to main content

ASPxRichEditSimpleViewPaddings.Top Property

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

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

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

Property Value

Type Default Description
Int32 15

An integer value that specifies the top padding in pixels.

See Also