2027 Property
Changes 0
P

RadioButtonGroup.Current

Description:
Gets or sets the current checked ToggleButton of the RadioButtonGroup.
Remarks:
The default value is the first ToggleButton added to the group. When using this property to set the current ToggleButton, the external command of that button will not be called.
public ToggleButton Current { get; set; }