New to Telerik Document ProcessingStart a free 30-day trial

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: IEnumerableIEnumerable<RadioButtonWidget>

Inherited Members WidgetCollectionBase<RadioButtonWidget>.Remove(RadioButtonWidget)WidgetCollectionBase<RadioButtonWidget>.GetEnumerator()WidgetCollectionBase<RadioButtonWidget>.Count

Methods

Create and add a widget bound to the supplied option, initializing default visual appearance.

C#
public RadioButtonWidget AddWidget(RadioOption option)
Parameters:optionRadioOption

The radio option that this widget will represent.

Returns:

RadioButtonWidget

The newly created and configured radio button widget.

In this article
DefinitionMethodsAddWidget(RadioOption)
Not finding the help you need?
Contact Support