Class RadioButtonWidgetCollection
Collection helper for creating and tracking RadioButtonWidget instances bound to a RadioButtonField option.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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)
Create and add a widget bound to the supplied option, initializing default visual appearance.
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. |