Xamarin Forms – Creating Behaviors for Validation

Post Views: 1,008 In this post we will create Xamarin forms behaviors. Behaviors in Xamarin forms ables us to add functionality to user interface without having to subclass them. In xamarin forms Behaviors are created by deriving Behavior<T> class where <T> is user control element (Example: Entry). To use it, we have to override two … Continue reading Xamarin Forms – Creating Behaviors for Validation