Skip to main content

SwipeItemBase.Size Property

Gets or sets a swipe item’s width (for vertical orientation of the collection view) or height (for horizontal orientation). This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public double Size { get; set; }

Property Value

Type Default Description
Double 0

The size.

See Also