For the complete documentation index, see llms.txt. This page is also available as Markdown.

BindingContext

Introduction

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

Was this helpful?