Back to Devexpress

ASPxGridBase.Paddings Property

aspnet-devexpress-dot-web-dot-aspxgridbase-91bb365a.md

latest1.1 KB
Original Source

ASPxGridBase.Paddings Property

Gets the padding settings of a grid control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Paddings Paddings { get; }
vb
Public ReadOnly Property Paddings As Paddings

Property Value

TypeDescription
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

Grid View

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace