Gets or sets the current checked ToggleButton of the RadioButtonGroup.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ToggleButton Current { get; set; }
Property Value
ToggleButtonExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when trying to set this property to null. |
| ArgumentException | Thrown when trying to set this property to a button not in this group. |
