SwipeItemShowingEventArgs.IsStartSwipeItem Property
In This Article
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
C#
public bool IsStartSwipeItem { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also