Class RadioButtonWidget
Radio button widget used within a group to allow a single mutually exclusive selection.
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 option value this widget represents within its radio group.
Declaration
public RadioOption Option { get; }
Property Value
|
RadioOption
The radio option for this widget. |