Skip to main content
Tab

Paddings.PaddingRight Property

Gets or sets the padding value for the right edge.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that is the padding value.

Remarks

Use the PaddingRight property to specify the amount of internal space between the body of a rectangular UI element and its right 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 True.

See Also