Class WidgetCollection<T>
Represents a specialized collection of form field widgets that provides functionality for creating and managing widget instances with automatic initialization of appearance properties.
Inherited Members
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()
Creates a new widget instance, adds it to the collection, and initializes its appearance properties.
Declaration
public T AddWidget()
Returns
T
The newly created and initialized widget instance. |