The BindingContext property gets and sets the instance (usually a ViewModel) which is used for property and event binding. The BindingContext can be any object, but usually this is an instance of an object which implements INotifyPropertyChanged.
Last updated 4 days ago
Was this helpful?