Class ChoiceOptionCollection
Represents a specialized collection of ChoiceOption for choice-based form fields such as combo boxes and list boxes, providing automatic widget appearance invalidation when options are modified.
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 sealed class ChoiceOptionCollection : FieldOptionCollection<ChoiceOption>, IEnumerable<ChoiceOption>, IEnumerable