2 references to RightItemsProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.cs (2)
75
get { return (SwipeItems)GetValue(
RightItemsProperty
); }
76
set { SetValue(
RightItemsProperty
, value); }