Class RadioButtonWidgetCollection
Represents a specialized collection of RadioButtonWidget for RadioButtonField, providing functionality to create and manage individual radio button widgets with their associated options.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadioButtonWidgetCollection : WidgetCollectionBase<RadioButtonWidget>, IEnumerable<RadioButtonWidget>, IEnumerable
Methods
AddWidget(RadioOption)
Creates a new radio button widget associated with the specified option, adds it to the collection, and initializes its default appearance properties.
Declaration
public RadioButtonWidget AddWidget(RadioOption option)
Parameters
RadioOption
option
The radio option that this widget will represent. |
Returns
RadioButtonWidget
The newly created and configured radio button widget. |