[NUI] Change IsCreateByXaml to virtual
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / XamlBinding / BindableObject.cs
index 1e925b7..e538e3f 100755 (executable)
@@ -211,7 +211,7 @@ namespace Tizen.NUI.Binding
 
         /// Only used by the IL of xaml, will never changed to not hidden.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public bool IsCreateByXaml
+        public virtual bool IsCreateByXaml
         {
             get;
             set;