ClassWidgetCollection<T>
Class
Collection wrapper that creates widgets and applies initial appearance configuration.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Type Parameters:
T
The type of widget that extends the Widget base class.
Syntax:
cs-api-definition
public class WidgetCollection<T> : WidgetCollectionBase<T>, IEnumerable where T : Widget
Inheritance: objectWidgetCollectionBase<T>WidgetCollection<T>
Implements:
Inherited Members
Methods
AddWidget()
Create, add, and initialize a new widget instance.
Declaration
cs-api-definition
public T AddWidget()
Returns
T
The newly created and initialized widget instance.