안녕하세요
<RadioButton  x:Name="opt1" GroupName="aaaa" Content="a1"></RadioButton>
<RadioButton  x:Name="opt2" GroupName="aaaa" Content="a2"></RadioButton>
<RadioButton  x:Name="opt3" GroupName="aaaa" Content="a3"></RadioButton>
이것을
코드에서
            foreach (var item in collection)
            {
            }
GroupName aaaa 인것만 가져와서 체크가 되어있는지 판단할려고 하는데요
어떻게 groupName aaaa 인것만 가져와서 비교할 수 있을까요?
항상 감사드립니다~
        
        
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                
                    [최초 등록일: ]
                    [최종 수정일: 8/20/2021]