Class ChoiceField
Represents a choice field.
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.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class ChoiceField : FormField<VariableContentWidget>, IInstanceIdOwner, IWidgetCreator<VariableContentWidget>
Properties
Options
Gets the collection of options to choose.
Declaration
public ChoiceOptionCollection Options { get; }
Property Value
ChoiceOptionCollection
|
ShouldCommitOnSelectionChange
Gets or sets boolean value indicating whether to submit the newly selected value on selection change.
Declaration
public bool ShouldCommitOnSelectionChange { get; set; }
Property Value
System.Boolean
|