Skip to main content

PageMargins.Bottom Property

Gets or sets the bottom margin, in hundredths of an inch.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 100

An integer value that specifies the bottom margin.

See Also