Skip to main content
A newer version of this page is available. .

SwipeItemShowingEventArgs Properties

Contains data for the SwipeItemShowing event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IsStartSwipeItem Gets whether the processed swipe item is about to be displayed on the left side of a grid row.
Item Gets the data item that corresponds to the processed grid row.
RowHandle
SwipeItem Returns the swipe item for which the SwipeItemShowing event is raised.
See Also