Collection helper for creating and tracking RadioButtonWidget instances bound to a RadioButtonField option.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class RadioButtonWidgetCollection : WidgetCollectionBase<RadioButtonWidget>, IEnumerable<RadioButtonWidget>, IEnumerable
Inheritance: objectWidgetCollectionBase<RadioButtonWidget>RadioButtonWidgetCollection
Implements:
Inherited Members
Methods
Create and add a widget bound to the supplied option, initializing default visual appearance.
C#
public RadioButtonWidget AddWidget(RadioOption option)
The radio option that this widget will represent.
Returns:The newly created and configured radio button widget.