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

Paddings.PaddingLeft Property

Gets or sets the padding value for the left edge.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that is the padding value.

Remarks

Use the PaddingLeft property to specify the amount of internal space between the body of a rectangular UI element and its left edge (border).

Note

For the ASPxGridView control, this property is not in effect for the GridViewStyles.DetailRow style, if the grid’s ASPxGridBase.RightToLeft property is False.

See Also