Binding within a DataTemplate #9945
Unanswered
CristianoDevNet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following xaml:
`
namespace EVT.ViewModels;
public partial class SindicatoViewModel : ObservableObject
{
[ObservableProperty]
private ObservableCollection _sindicatos;
}
`
I tried to bind the button in several ways but was unsuccessful.
How to link the button to the viewModel's RelayCommand RemoveSindicatoCommand?
Beta Was this translation helpful? Give feedback.
All reactions