Members 
ToggleButtonExtensions Class
Attached property to mimic radio grouping on toggle buttons Taken from here: http://www.bradcunningham.net/2009/09/grouping-and-checkboxes-in-wpf.html
Syntax
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class ToggleButtonExtensions : System.Windows.DependencyObject 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         SciChart.Charting.Common.Extensions.ToggleButtonExtensions

Requirements

Target Platforms: 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