SwipeContainerItem.Image Property
In This Article
Gets or sets the image displayed within the SwipeContainerItem. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public ImageSource Image { get; set; }
#Property Value
Type | Description |
---|---|
Image |
The image. |
See Also