Skip to main content

LayoutGroupBase.VerticalItemSpacing Property

Gets or sets the space between adjacent items when they are vertically arranged within the group.

Namespace: DevExpress.UI.Xaml.Layout.Base

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double VerticalItemSpacing { get; set; }

Property Value

Type Description
Double

A Double value that is the space between adjacent items when they are vertically arranged.

See Also