1 implementation of TopItems
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
239
ISwipeItems ISwipeView.
TopItems
=> new HandlerSwipeItems(TopItems);
2 references to TopItems
Microsoft.Maui (2)
Handlers\SwipeView\SwipeViewHandler.cs (1)
22
[nameof(ISwipeView.
TopItems
)] = MapTopItems,
Platform\SwipeViewExtensions.cs (1)
38
swipeItems = swipeView.
TopItems
;