Skip to main content

PageMargins.Right Property

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

Property Value

Type Default Description
Int32 100

An integer value that specifies the right margin.

See Also