Skip to main content

SwipeItemActualAppearance.BackgroundColor Property

Gets the background color that is applied to the SwipeItem. To specify this color, use the SwipeItem‘s inherited Background property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Color BackgroundColor { get; }

Property Value

Type Description
Color

The background color value that is applied to the SwipeItem.

See Also