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

ASPxGridBase.Paddings Property

Gets the padding settings of a grid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Paddings Paddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

Paddings defined at the control level are considered as the amount of space between the outer boundary of the control and the boundaries of its contents.

See Also