diff --git a/README.md b/README.md index 40d5e76..d7b743b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,162 @@ # how-to-access-the-expander-instance-inside-the-data-template-in-.net-maui-expander This example demonstrates about how to access the SfExpander control added inside the .NET MAUI SfPopupLayout.ContentTemplate(DataTemplate). + +You can access a named SfExpander defined inside DataTemplate of SfPopup using Behavior. + +XAML + +In SfPopup, behavior added to parent of SfExpander. + + + + + + + + +