SwipeContainerItem.Image Property
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
public ImageSource Image { get; set; }
Property Value
Type | Description |
---|---|
ImageSource | The image. |
See Also