[NUI][Xaml] Support BindableProperty Group
authorFang Xiaohui <xiaohui.fang@samsung.com>
Wed, 16 Jun 2021 09:16:26 +0000 (17:16 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Jun 2021 08:25:09 +0000 (17:25 +0900)
src/Tizen.NUI/src/public/XamlBinding/BindableObject.cs

index 84d0326..cadc3af 100755 (executable)
@@ -352,6 +352,11 @@ namespace Tizen.NUI.Binding
             {
                 PropertyToGroup.Add(property, group);
             }
+
+            if (null != group && !(group.Contains(property)))
+            {
+                group.Add(property);
+            }
         }
         /// <summary>
         /// Apply the bindings to BindingContext.