RadioGroup

Inherits ItemsControl.


A container for similar RadioButtons.

Preview

Usage

<Controls.Common:RadioGroup>

        <RadioButton Content="First" GroupName="Numbers"/>

        <RadioButton Content="Second" GroupName="Numbers"/>

        <RadioButton Content="Third" GroupName="Numbers"/>

        <RadioButton Content="Fourth" GroupName="Numbers"/>       

        <RadioButton Content="Fifth" GroupName="Numbers"/>

</Controls.Common:RadioGroup>