Skip to main content

RowProperties.Padding Property

Gets or sets padding for row items.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

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

Property Value

Type Description
Padding

Padding for row items.

See Also