SwipeItem XAML Binding ignored
问题 I am having trouble getting any binding to work for a SwipeItem within a RadListView (which is similar to a standard ListView ). In particular, I am trying to bind to the Command property; however, I have attempted to bind to other properties, e.g., Text , but to no avail. <telerikDataControls:RadListView ItemsSource ="{Binding Users, Mode=OneWay}"> <telerikDataControls:RadListView.ItemTemplate> <DataTemplate> <SwipeControl> <SwipeControl.RightItems> <SwipeItems> <SwipeItem Text="Delete"