Skip to main content

PageMargins.Top Property

Gets or sets the top 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 Top { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the top margin.

See Also