Class WidgetCollection<T>
Collection wrapper that creates widgets and applies initial appearance configuration.
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 class WidgetCollection<T> : WidgetCollectionBase<T>, IEnumerable<T>, IEnumerable where T : Widget
Type Parameters
|
T
The type of widget that extends the Widget base class. |
Methods
AddWidget()
Create, add, and initialize a new widget instance.
Declaration
public T AddWidget()
Returns
|
T
The newly created and initialized widget instance. |