SwipeItemShowingEventArgs.IsStartSwipeItem Property
Gets whether the processed swipe item is about to be displayed on the left side of a DXCollectionView‘s row.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public bool IsStartSwipeItem { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also