RadioButtonWidget
Class
Radio button widget used within a group to allow a single mutually exclusive selection.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class RadioButtonWidget : TwoStatesButtonWidget, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<ButtonAppearanceCharacteristics>TwoStatesButtonWidgetRadioButtonWidget...
Implements:
Inherited Members
Properties
Gets the option value this widget represents within its radio group.
C#
public RadioOption Option { get; }
The radio option for this widget.