Class RadioButtonWidget
Represents a radio button widget that allows users to select one option from a group of mutually exclusive choices.
Inheritance
System.Object
RadioButtonWidget
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.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadioButtonWidget : TwoStatesButtonWidget, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement
Properties
Option
Gets the radio option that this widget represents within the radio button group.
Declaration
public RadioOption Option { get; }
Property Value
RadioOption
The RadioOption instance that defines this widget's value and selection state. |