SwipeContainer.ItemView Property
Gets or sets the view displayed in the swipe container. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public View ItemView { get; set; }
Property Value
Type | Description |
---|---|
View | The view displayed in the swipe container. |
See Also