SwipeItemBase.BackgroundColor Property
In This Article
Gets or sets the background color of the SwipeItemBase and its descendants. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public Color BackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The background color. |
See Also