Revert "[NUI] replace field declaration with property (#1701)" (#1702)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / RadioButton.cs
index ee69f22..f11d647 100755 (executable)
@@ -69,11 +69,11 @@ namespace Tizen.NUI.Components
         {
             get
             {
-                return base.ItemGroup as RadioButtonGroup;
+                return itemGroup as RadioButtonGroup;
             }
             internal set
             {
-                base.ItemGroup = value;
+                itemGroup = value;
             }
         }