1 implementation of BottomItems
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
241 ISwipeItems ISwipeView.BottomItems => new HandlerSwipeItems(BottomItems);
2 references to BottomItems
Microsoft.Maui (2)
Handlers\SwipeView\SwipeViewHandler.cs (1)
24 [nameof(ISwipeView.BottomItems)] = MapBottomItems,
Platform\SwipeViewExtensions.cs (1)
35 swipeItems = swipeView.BottomItems;