Fix controls created by xaml issues (#341)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / XamlBinding / BindableObject.cs
index 92f20d8..5d24e1b 100755 (executable)
@@ -148,7 +148,18 @@ namespace Tizen.NUI.Binding
             SetBinding(targetProperty, binding, false);
         }
 
-        internal bool isCreateByXaml = false;
+        private bool isCreateByXaml = false;
+        internal virtual bool IsCreateByXaml
+        {
+            get
+            {
+                return isCreateByXaml;
+            }
+            set
+            {
+                isCreateByXaml = value;
+            }
+        }
 
         /// <summary>
         /// Sets the value of the specified property.