MAUIverse MAUIverse

Introducing Bindable Property Source Generators

CommunityToolkit.Maui v14 adds new (experimental) source generators that can generate BindableProperty and attached bindable properties from attributes like [BindableProperty] and [AttachedBindableProperty<T>].

This post walks through how to opt in, what code gets generated, and how to configure common scenarios like default values, binding modes, validation, and property changed hooks.

View Source →

← Back to Community Feed

}