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

RowProperties.Padding Property

Gets or sets padding for row items.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[XtraSerializableProperty]
public virtual Padding Padding { get; set; }

Property Value

Type Description
Padding

Padding for row items.

See Also