Skip to main content
A newer version of this page is available. .
Tab

Margins.MarginRight Property

Gets or sets the margin value for the right edge.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit MarginRight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that is the margin value.

Remarks

Use the MarginRight property to specify the amount of space outside the right edge (border) of a rectangular UI element.

See Also