Paddings.PaddingLeft Property
Gets or sets the padding value for the left 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 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