Gets the collection of ToggleButtons assigned to the RadioButtonGroup.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ToggleButton> GetItems()
Return Value
IList<ToggleButton>
Remarks
This is a copy of all the ToggleButtons assigned to this group.
See Also
Reference