Xamarin.CommunityToolkit.Behaviors.Internals
Namespace with 2 public types
Abstract Classes
BaseBehavior`1
Abstract class for our behaviors to inherit.
ValidationBehavior
The allows users to create custom validation behaviors. All of the validation behaviors in the Xamarin Community Toolkit inherit from this behavior, to expose a number of shared properties. Users can inherit from this class to create a custom validation behavior currently not supported through the Xamarin Community Toolkit. This behavios cannot be used directly as it's abstract.