Skip to main content

PageMargins.Left Property

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

Property Value

Type Default Description
Int32 100

An integer value that specifies the left margin.

See Also