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 11 months ago
Was this helpful?