[NUI] Change IsCreateByXaml to virtual
authorFang Xiaohui <xiaohui.fang@samsung.com>
Wed, 11 May 2022 06:22:50 +0000 (14:22 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 20 May 2022 06:15:01 +0000 (15:15 +0900)
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;