Skip to main content

LayoutGroupBase.HorizontalItemSpacing Property

Gets or sets the space between adjacent items when they are horizontally 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 HorizontalItemSpacing { get; set; }

Property Value

Type Description
Double

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

See Also