SwipeItemActualAppearance.BackgroundColor Property
Gets the background color that is applied to the SwipeContainerItem. To specify this color, use the SwipeContainerItem‘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 SwipeContainerItem. |
See Also