Paddings.PaddingRight Property
Gets or sets the padding value for the right edge.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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