ClassRadioButtonWidget
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:
cs-api-definition
public class RadioButtonWidget : TwoStatesButtonWidget, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<ButtonAppearanceCharacteristics>TwoStatesButtonWidgetRadioButtonWidget
Implements:
Inherited Members
Properties
Option
Gets the option value this widget represents within its radio group.
Declaration
cs-api-definition
public RadioOption Option { get; }
Property Value
The radio option for this widget.