ToggleButtonExtensions
StockSharp.Xaml.Charting
Attached property to mimic radio grouping on toggle buttons Taken from here: http://www.bradcunningham.net/2009/09/grouping-and-checkboxes-in-wpf.html
Inherits: DependencyObject
Methods
GetGroupName
public static string GetGroupName(ToggleButton element)
result = ToggleButtonExtensions.GetGroupName(element)
Gets the GroupName Attached Property
- element
SetGroupName
public static void SetGroupName(ToggleButton element, string value)
ToggleButtonExtensions.SetGroupName(element, value)
Sets the GroupName Attached Property
- element
- value
Fields
GroupNameProperty
public static readonly DependencyProperty GroupNameProperty
value = ToggleButtonExtensions.GroupNameProperty
Defines the GroupName DependenccyProperty