SwipeContainer.ItemView Property
In This Article
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
C#
public View ItemView { get; set; }
#Property Value
Type | Description |
---|---|
View | The view displayed in the swipe container. |
See Also