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

DXCollectionView.ItemSpacing Property

Gets or sets the distance between DXCollectionView‘s items. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public double ItemSpacing { get; set; }

Property Value

Type Default Description
Double 0

The distance between the DXCollectionView‘s items, in density independent pixels.

See Also