2 references to BottomItemsProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.cs (2)
89 get { return (SwipeItems)GetValue(BottomItemsProperty); } 90 set { SetValue(BottomItemsProperty, value); }