Version

UltraRadioButtonGroupManager Class

The UltraRadioButtonGroupManager component provides a way to group UltraRadioButton controls that are not necessarily in the same container. It also provides a way to get the 'selected' UltraRadioButton control and to provide shared Appearances to the UltraRadioButton controls in the group.
Syntax
'Declaration
 
Public Class UltraRadioButtonGroupManager 
   Inherits Infragistics.Win.UltraComponentBase
   Implements Infragistics.Shared.IUltraComponent 
public class UltraRadioButtonGroupManager : Infragistics.Win.UltraComponentBase, Infragistics.Shared.IUltraComponent  
Remarks
To group UltraRadioButton controls, set the GroupManager property on each UltraRadioButton control to the same UltraRadioButtonGroupManager component.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also